1.0.4 • Published 5 years ago
notes-app-cli v1.0.4

A small Nodejs application that allows the user take notes using the Commmand Line Interface.
The only required external node modules needed are yargs and chalk.
To run this application, clone this repository and run npm install to install the required dependencies.
Usage
Available Commands
1 add
2 delete
3 list
4 read
5 help
6 version
7 author
Examples
add
-Requires two flags, --title and --body
Example: node app add --title='Immediate Exfil' --body='Alpha Chalk, this is Whiskey Echo Bravo requesting immediate exfil'delete
-Requires one flag only, --title
Example: node app delete --title='Social Distancing'read
-Requires one flag only, --title
Example: node app read --title='Excavating Mars'listExample: node app --listversionExample: node app --versionhelpExample: node app --helpAnd finally the last but not the least,
authorExample: node app author Note: Commands are in all lower case.
Logo was made using Logomakr