0.1.0 • Published 4 years ago

jot-cli v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

jot-cli

A simple tool to jot down your ideas without leaving your terminal

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g jot-cli
$ jot COMMAND
running command...
$ jot (-v|--version|version)
jot-cli/0.1.0 linux-x64 node-v13.5.0
$ jot --help [COMMAND]
USAGE
  $ jot COMMAND
...

Commands

jot hello

Describe the command here

USAGE
  $ jot hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

jot help [COMMAND]

display help for jot

USAGE
  $ jot help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

0.1.0

4 years ago