/dev-thoughts

Random thoughts manager CLI

Primary LanguageJavaScriptMIT LicenseMIT

dev-thoughts 😇:smile:

👇 demo

demo

💾 Installation

npm install

🔌 Usage

  1. To get all set of commands
dev-thoughts --help

Features

  1. Note down random thoughts. ✅
  2. Get Random quote on cli. ✅
  3. Get thoughts of current day ✅
  4. Delete thoughts of that day, clear all thoughts ✅
  5. storing data in json format ✅
  6. Using figlet,chalk to beautify UI
  7. host on npm registry ✅

Packages used :

  • commander : parsing args
  • inquirer : to ask questions

For testing :

To create a symlink

npm link

and

npm unlink