Skip to content

juniorbuba/notes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
  • list

      Example: node app --list
    
  • version

      Example: node app --version
    
  • help

      Example: node app --help
    
  • And finally the last but not the least, author

      Example: node app author
    
      Note: Commands are in all lower case.
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published