| Crates.io | features-cli |
| lib.rs | features-cli |
| version | 0.10.12 |
| created_at | 2025-10-10 11:45:05.468902+00 |
| updated_at | 2026-01-22 12:28:35.338865+00 |
| description | A CLI tool for discovering the features in a folder |
| homepage | https://github.com/interaction-dynamics/features |
| repository | https://github.com/interaction-dynamics/features |
| max_upload_size | |
| id | 1876837 |
| size | 1,261,397 |
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.
cargo run ../../examples/javascript-basic/src/features
# For the web dashboard
cd ../web
pnpm build_for_cli
cd ../cli
cargo run ../../examples/javascript-basic/src/features --serve # for the Web dashboard
cd ../web
pnpm build_for_cli
cd ../cli
cargo publish --allow-dirty