features-cli 0.1.0

A CLI tool for discovering the features in a folder
1
2
3
4
5
6
7
8
9
10
11
# Features CLI

This is a CLI tool for managing features in a project.

## Contributing

You can run this project with the command:

```bash
cargo run ../../examples/basic-javascript
```