Skip to content

Avinash998/notes-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-node CI status

Node notes is a open-source project for Creating, Viewing, Listing and Deleting Notes. Devloped in node.js.

Installation

Requirements

  • Node 8 or latest
  • npm 6 or latest

$ cd to_your_folder

$ git clone https://github.com/Avinash998/notes-node.git

$ npm install

Usage

// Adding a new note
node app.js add
node app.js add --title=note_title --body=note_body
node app.js add -t=note_title -b=note_body

// Reading a particular note
node app.js read
node app.js read --title=note_title
node app.js read -t=note_title

// Listing all notes
node app.js list

// Removing a note
node app.js remove --title=note_title
node app.js remove -t=note_title

Development


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published