With notifie you can create notes with CLI and view them in web browser
- Clone the repo
git clone https://github.com/navindu-sachintha/notifie.git
- cd into repo
cd notifie
- Install node modules
npm i || npm install
- Create a link with bin
npm link
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 |
note new "Hello world note" -t "todo,morning"