0.0.44 • Published 5 months ago
@zzznpm/mens v0.0.44
Mens
Description
This is a cli tool designed to manage ideas. Simply creat, delete, modify, and search for idears.
Features
- Sync to gist: Upload your data to gist and keep sync with it.
Installation
To install mens
, run cli:
npm i @zzznpm/mens -g
Usage
To add an idea:
mens add 'crazy idear'
To list all ideas:
mens list
To delete an idear:
mens remove ID
To modify an idea:
mens modify ID "new content"
Contributing
Contributions are welcome!
TODO
- Try to use an emitter to improve inter-layer communication.
- Find a way to make logger and configer interdependent.
Testing
This project use mocha to test the basic functionality. To run tests, use the following command:
npm test