@jib/jib
v0.0.7
Published
CLI for generating @jib/cli projects
Downloads
1
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/jib
Starting New Projects
The jib init
command is the quickest way to get started with a @jib/cli
project.
jib init --help
Adding More Commands
Once a project is created, more commands can be added using jib add command
.
jib add command --help
TODOs
- [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)