ashutoshjv661 / dev-thoughts

Random thoughts manager CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Random thoughts manager CLI

License:MIT License


Languages

Language:JavaScript 100.0%