@jib/jib
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Quickstart jib CLI

The jib CLI for building @jib/cli projects.

npm version wercker status codecov GitHub license

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)

Package Sidebar

Install

npm i @jib/jib

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

30.8 kB

Total Files

27

Last publish

Collaborators

  • mvandervliet