notes-app-ad v0.0.0
NotesApp
sample node js application to create, delete, read, search note. Copyright AD©2020 | Author: Arka Das
#command --start 1. >node app.js 2. >npm run start --help 1. >node app.js --help 2. >node app.js --help 3. >npm start -- --help --version 1. >node app.js --version 2. >npm run note-version 3. >npm start -- --version --add note 1. >node app.js add --title= --content= --signature= 2. >npm run note-add -- --title= --content= --signature= 3.>npm start -- add --title= --content= --signature= --remove note 1. >node app.js remove --title= 2. >npm run note-remove -- --title= 3. >npm start -- remove --title= --open note 1. >node app.js open --title= 2. >npm run note-open -- --title= 3. >npm start -- open --title= --search note 1. >node app.js search 2. >node app.js search --keyword= 3. >npm run note-search 4. >npm run note-search -- --keyword= 5. >npm start -- search 6. >npm start -- search --keyword=
5 years ago