jelly-cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

jelly-cli

Your Personal Jellyfish

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g jelly-cli
$ jelly COMMAND
running command...
$ jelly (-v|--version|version)
jelly-cli/0.1.2 darwin-x64 node-v12.13.1
$ jelly --help [COMMAND]
USAGE
  $ jelly COMMAND
...

Commands

jelly card CARDNUMBER [CARDNAME]

opens a card for development

USAGE
  $ jelly card CARDNUMBER [CARDNAME]

ARGUMENTS
  CARDNUMBER  The card number from Trello
  CARDNAME    A short name to help remember what this card was, useful when looking back at all your git branches

OPTIONS
  -s, --setup

EXAMPLE
  $ jelly card 1337

See code: src/commands/card.ts

jelly hello [FILE]

describe the command here

USAGE
  $ jelly hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ jelly hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

jelly help [COMMAND]

display help for jelly

USAGE
  $ jelly help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

jelly sync

sync your fork's master branch with upstream

USAGE
  $ jelly sync

EXAMPLE
  $ jelly sync

See code: src/commands/sync.ts

Readme

Keywords

Package Sidebar

Install

npm i jelly-cli

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

12.5 kB

Total Files

13

Last publish

Collaborators

  • sergiopantoja