Skip to content

Commit f5e5384

Browse files
committed
docs: cli prompt
1 parent ac7573d commit f5e5384

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
- JS-based: [RedwoodJS](docs/redwoodjs.md) / [AdonisJS](docs/adonisjs.md)
6161
- Non-JS: [Laravel](docs/laravel.md) / [Rails](docs/rails.md) / [Django](docs/django.md)
6262
- BaaS: [Supabase](docs/supabase.md) / [PocketBase](docs/pocketbase.md) / [Firebase](docs/firebase.md) / [Strapi](docs/strapi.md) / [Payload](docs/payload.md)
63-
2. CLI Prompt: [Clack](docs/clack.md) /
63+
2. CLI Prompt: [Clack](docs/clack.md) / [Commander.js](docs/commande#rjs.md)
6464
3. Secrets & Environment Variables: [.env](docs/env.md) / [t3-env](docs/t3-env.md) / [unplugin-environment](docs/unplugin-environment.md)
6565
4. Data Validation: [Zod](docs/zod.md)
6666
5. Form Validation: [Conform](docs/conform.md)

docs/commanderjs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Commander.js
2+
3+
Commander.js is a Node.js command-line interfaces made easy.
4+
5+
Links:
6+
7+
- [Commander.js](https://github.com/tj/commander.js)

0 commit comments

Comments
 (0)