Move CLI to own package

This commit is contained in:
Joakim Hellsén 2024-06-27 11:53:39 +02:00
commit 7a1226b232
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
12 changed files with 273 additions and 179 deletions

View file

@ -22,6 +22,14 @@ _Note: Some features are currently in development._
- Add your favorite feeds to start archiving content.
- Explore, manage, and enjoy your centralized feed archive.
### CLI
There is a CLI available for FeedVault. You can run the CLI with the following command:
```bash
python -m cli
```
## Contributing
Feel free to contribute to the project. If you have any questions, please open an issue.