scribbblr

📝 A command-line utility for taking scribbbles 💅🏾

8
1
JavaScript

scribbblr

A command line utility for taking notes (scribbbles 😎)

Installation

  • Clone the repository
git clone https://github.com/iamwebwiz/scribbblr.git
  • Change directory to cloned project
cd scribbblr
  • Install dependencies
npm install

Usage

  • 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"