itskish0re / notes-app-cli

simple note taking app in cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes-app-cli đź“–

This is a simple note-taking app in command line mode to learn and implement nodejs.

Installation

  • you need nodejs to run the app
  • install using git command Git clone https://github.com/itskish0re/notes-app-cli
  • then run npm command npm install

Usage

node app.js [command] --[argument1]... --[argument2]
  • commands:

    • add adds a note
    • remove removes a note
    • show print the notes
    • checkdup checks for duplicate notes
  • help command node app.js --help will show list of commands available.

About

simple note taking app in cli


Languages

Language:JavaScript 100.0%