Skip to content

Example project for Notes operations(Creating new note, Reading note, List all notes and deleting notes)

License

Notifications You must be signed in to change notification settings

rajnishh/notes-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes-Node

This is a example project for learning Command Line Input using Yargs library

This is basically a demonstration project for Notes in Node.js which meant to be explore Yargs library. I also used lodash library in this project.

descriptions of libraries:

YARGS

Yargs helps you build interactive command line tools by parsing arguments and generating an elegant user interface.

Yargs gives you:

commands and (grouped) options (like module run -n --force), a dynamically generated help menu based on your arguments, bash-completion shortcuts for commands and options, and much more. With these features, and many more, yargs allows you to focus on building your program without worrying about your args.

LODASH

Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. Lodash’s modular methods are great for:

Iterating arrays, objects, & strings Manipulating & testing values Creating composite functions

About

Example project for Notes operations(Creating new note, Reading note, List all notes and deleting notes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published