Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 920 Bytes

README.md

File metadata and controls

53 lines (38 loc) · 920 Bytes

Notifie

With notifie you can create notes with CLI and view them in web browser

Installation

  1. Clone the repo
git clone https://github.com/navindu-sachintha/notifie.git
  1. cd into repo
cd notifie
  1. Install node modules
npm i || npm install
  1. Create a link with bin
npm link

Usage

note

Command Description
note new Create a new note
note all Get all notes
note find Get matching notes
note remove Remove note by id
note web [port] Launch Web UI to see notes
note clean Remove all notes, This action can't be recover
Option Description
--help Show help
--version Show version number
-t, --tags You can add tags to note

Example

note new "Hello world note" -t "todo,morning"