57 releases (9 breaking)
Uses new Rust 2024
| new 0.11.6 | Feb 20, 2026 |
|---|---|
| 0.10.12 | Jan 22, 2026 |
| 0.10.5 | Dec 5, 2025 |
| 0.10.3 | Nov 27, 2025 |
#1302 in Development tools
1MB
4.5K
SLoC
Features CLI
A zero-config CLI tool for discovering and managing features in a feature-based architecture project by detecting README.md or README.mdx files in directories.
Getting Started
cargo run ../../examples/demo/src/features
# For the web dashboard
cd ../web
pnpm build_for_cli
cd ../cli
cargo run ../../examples/demo/src/features --serve # for the Web dashboard
Deploy
cd ../web
pnpm build_for_cli
cd ../cli
cargo publish --allow-dirty
Dependencies
~31–50MB
~767K SLoC