chopin-cli-0.1.6 is not a library.
๐น Chopin CLI
Scaffolding and code generation tool for the Chopin web framework.
The Chopin CLI helps you quickly bootstrap new Chopin projects with sensible defaults, generate boilerplate code, and manage database migrations.
Installation
Quick Start
Create a new Chopin project:
Commands
new โ Create a new project
Creates a new Chopin project with:
- Configured
Cargo.tomlwith all dependencies - Basic project structure (controllers, models, migrations)
- Example auth endpoints (signup, login)
- Development SQLite database
- OpenAPI documentation setup
generate โ Generate boilerplate code
db โ Database management
Features
- โก Zero-configuration project setup
- ๐ฆ Workspace-ready structure
- ๐ Built-in authentication scaffolding
- ๐๏ธ Database migration helpers
- ๐ OpenAPI documentation
- ๐งช Testing utilities included
Documentation
For more information, see the main repository:
License
WTFPL (Do What The Fuck You Want To Public License)