JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q66737F
  • License ISC

Package Exports

  • jrvs-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jrvs-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

jrvs-cli

jrvs-cli is a tool to help devs get common info, and add/remove tasks

Installation

$ npm i jrvs-cli -g

New Features!

Now, have a timer in terminal/cmd !!

$ jrvs task tick 10

Get date and time in command line

$ jrvs date
$ jrvs time

Add, Remove and list tasks in terminal ! Add

$ jrvs task --add "my task 1"
$ jrvs task -a "my task 1"

Remove

$ jrvs task --remove 2
$ jrvs task -r 2

List

$ jrvs task --list
$ jrvs task -l