@zzznpm/mens
v0.0.44
Published
All about idea management.
Maintainers
Readme
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 -gUsage
To add an idea:
mens add 'crazy idear'To list all ideas:
mens listTo delete an idear:
mens remove IDTo 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