Crates.io | fluxor_cli |
lib.rs | fluxor_cli |
version | 0.7.1 |
created_at | 2025-03-14 22:27:45.758076+00 |
updated_at | 2025-07-09 22:36:16.420256+00 |
description | Fluxor CLI: a command-line tool that allows developers to quickly and efficiently create project starters for the Fluxor web framework. |
homepage | https://github.com/dr-montasir/fluxor_cli |
repository | https://github.com/dr-montasir/fluxor_cli |
max_upload_size | |
id | 1592817 |
size | 63,715 |
Fluxor CLI is the command-line interface for the Fluxor web framework, enabling rapid project scaffolding and management for Rust applications focused on data science and computing.
To install the Fluxor CLI, run:
cargo install fluxor_cli
Once installed, you can create a new Fluxor project with:
fluxor new <project_name> --version latest --example helloworld
Replace <project_name> with your desired project name. Navigate to your project directory:
cd <project_name>
Running The Application To build and run your newly created Fluxor application, use:
cargo run
The application should start on http://127.0.0.1:8080.
Use the example name after the flag --example (e.g., helloworld
):
fluxor new my_project --version latest --example helloworld
fluxor new my_app --version latest --example routes
fluxor new routes_app --version latest --example routes-project
fluxor new assets_example --version latest --example assets
fluxor new dotenv_example --version latest --example dotenv
fluxor new template_app --version latest --example cans-template-engine
For more detailed usage and advanced features, refer to the fluxor & fluxor_cli documentations.
Contributions are welcome! Fork the repository and submit a pull request. For larger changes, please discuss them in an issue.
Fluxor CLI is licensed under either of the following licenses:
See the LICENSE file for more details.