A command line utility for taking notes (scribbbles π)
- Clone the repository
git clone https://github.com/iamwebwiz/scribbblr.git
- Change directory to cloned project
cd scribbblr
- Install dependencies
npm install
- Fetch all scribbbles
node app list
- Add a new scribbble
node app new --title="Title" --content="Content" --date="DD-MM-YYYY"
- Get details of a scribbble
node app find --title="Title"
- Delete a scribbble
node app delete --title="Title"