@jib/jib
v0.0.7
Published
CLI for generating @jib/cli projects
Maintainers
Readme
Quickstart jib CLI
The jib CLI for building @jib/cli
projects.
Usage
This project may be installed globally, or used with npx. For the purposes of
simplicity, the resulting CLI will be referenced as jib
npx @jib/jib
# or install globally
npm install -g @jib/jibStarting New Projects
The jib init command is the quickest way to get started with a @jib/cli project.
jib init --helpAdding More Commands
Once a project is created, more commands can be added using jib add command.
jib add command --helpTODOs
- [x] Deep level command augmentation
jib add command [name] [path] - [x] Automatically link the installed CLI
npm link - [x] Add plugin generator
jib plugin - [ ] Include unit testing scaffolding
- [ ] Allow choice of CI (currently wercker)
