Skip to content

πŸ”’ Keep track of all your notes directly from the TERMINAL πŸ“ƒ

License

Notifications You must be signed in to change notification settings

sandip2224/NoteIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo

Table of Contents

Built With

How to Install Locally

1. Fork and clone this repository using

  git clone https://github.com/sandip2224/NoteIO.git
  cd NoteIO

2. Install reqired dependencies and move to working directory using

   npm install
   cd src

3. Add a new note using

   node app.js add --title="<TITLE>" --body="<NOTE-DESCRIPTION>"

4. Delete an existing note using

   node app.js del --title="<TITLE>"

5. Explore the contents of a note using

   node app.js open --title="<TITLE>"

6. List out all existing notes using

   node app.js logs

License

Distributed under the MIT License. See LICENSE for more information.

About

πŸ”’ Keep track of all your notes directly from the TERMINAL πŸ“ƒ

Topics

Resources

License

Stars

Watchers

Forks