1 unstable release
Uses new Rust 2024
new 0.1.0 | Apr 20, 2025 |
---|
#2104 in Command line utilities
7KB
125 lines
Feather CLI
Feather CLI is a lightweight and efficient Toolchain for the Feather Web Framework, Feather CLI helps developers manage and develop apps with ease.
Features
- Lightweight: Minimal dependencies for faster performance.
- Cross-Platform: Works seamlessly on Windows, macOS, and Linux.
- Hot-Reloading: Automatically reloads your application on file changes.
- Easy to Use: Simple commands for common tasks.
Installation
To install Feather CLI, use the following command:
cargo install feather-cli
Usage
After installation, you can use the feather
command to interact with the CLI. Below are some common commands:
# Initialize a new project
feather new <project-name>
# Build your project
feather build
# Run your project
feather run
# Display help information
feather help
Support
Feather-Cli Will Stay Up to date with the Framework Updates.
If you encounter any issues or have questions, feel free to open an issue on this Repo.
Happy coding with Feather CLI!
Dependencies
~1.4–9MB
~74K SLoC