ホーム / プロジェクトを登録

Jev で何か作りましたか。ぜひ追加してください。

方法は一つ、readme.md に 1 行を足す pull request です。5 分かからず、インストールは不要です。

readme.md

pull request で 1 行追加する

- [name](https://github.com/owner/name) - One sentence, uppercase start, period end.edit/main/readme.md
  1. GitHub のエディタで readme.md を開きます。フォークは GitHub が自動で作ります。
  2. 最も具体的なセクションを見つけ、上の形式でその末尾に 1 行を足します。
  3. pull request を開きます。テンプレートがセクション、プロジェクトとの関係、三つの確認を尋ねます。形式は CI が確認し、残りは人が読みます。

issue ではなく pull request である理由

pull request はその 1 行そのものです。履歴に名前が残り、チェックはその上で走り、レビューは diff です。issue はメンテナに代筆を頼むもので、その待ち行列こそリストが古くなる場所です。

収録の基準

The bar is low on purpose. An entry must:

  • Call the Jev API, or be a documented replica of the System One interface on open models.
  • Be a public repo or page with a readme that says what it does.
  • Actually run. A stubbed API call, a hard-coded demo, or a readme with no code does not count.
  • Do nothing shady: no credential harvesting, no obfuscated payloads, no miners, nothing that phones home beyond the APIs it documents.
  • Not be archived, and not already be listed.

掲載されましたか。readme にバッジを貼ってください

Listed in Awesome Jev
[![Listed in Awesome Jev](https://awesomejev.vercel.app/badge.svg)](https://awesomejev.vercel.app)

Thanks for keeping the list worth reading. Everything else lives in contributing.md.