> Scaffold professional CLI tools from scratch, full lifecycle coverage
bash scripts/cli-builder.sh init myapp python
bash scripts/cli-builder.sh command myapp serve "Start dev server"
bash scripts/cli-builder.sh args python --name,--port,--verbose
| Command | Purpose | Arguments |
|---|---|---|
| --------- | --------- | ----------- |
init | Project skeleton | |
command | Add a command | |
args | Argument parser code | |
help | Help doc generation | |
config | Config file handling | |
publish | Publish checklist | |
interactive | Interactive prompts | |
color | Colored output code | |
All generated code is copy-paste ready with comments and best practices included.
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
共 4 个版本