2 releases
Uses new Rust 2024
0.1.1 | May 4, 2025 |
---|---|
0.1.0 | Apr 20, 2025 |
#550 in Command line utilities
292 downloads per month
7KB
128 lines
🛠️ Feather CLI
Feather CLI is the official toolchain for the Feather web framework.
It helps you scaffold, build, run, and hot-reload your Feather projects with ease.
Features
- ⚡ Hot Reloading — Rebuilds on file changes
- Project Scaffolding — Kickstart with
feather new
- Simple Commands — Build, run, and go
📦 Installation
cargo install feather-cli
🚀 Usage
# Create a new Feather app
feather-cli new my-app
# Build it
feather-cli build
# Run the app
feather-cli run
# Watch & reload automatically (dev mode)
feather dev
# Help & docs
feather help
🤝 Support
Feather CLI is kept in sync with the latest features of the Feather framework.
Please report bugs or feature ideas in the issues section.
Ready to fly? Run
feather new
and start building with joy.
Dependencies
~1.4–8.5MB
~74K SLoC