Salvo CLI is a command-line interface tool for the Salvo web framework. It helps streamline the process of setting up a new Salvo project by generating a template structure.
cargo install salvo-cli
To create a new Salvo project, use the new command followed by the name of your project:
salvo-cli new project_name
cargo install --force salvo-cli
Status | Plan |
---|---|
✅ | web api template |
✅ | web site template |
✅ | Template with SQLx, SeaORM, Diesel, Rbatis (support for SQLite, PostgreSQL, MySQL) |
✅ | Basic middleware |
⏳ | More middleware |
⏳ | Support for MongoDB |
This project is licensed under the MIT OR Apache-2.0 License.
Contributions are welcome! Please feel free to submit a Pull Request.