Skip to content

A CLI tool to create note which powered by Node.js and Greate Intro to Node.js

Notifications You must be signed in to change notification settings

navindu-sachintha/notifie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A CLI tool to create note which powered by Node.js and Greate Intro to Node.js

Topics

Resources

Stars

Watchers

Forks