0.0.7 • Published 5 years ago

@jib/jib v0.0.7

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

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

  • Deep level command augmentation jib add command [name] [path]
  • Automatically link the installed CLI npm link
  • Add plugin generator jib plugin
  • Include unit testing scaffolding
  • Allow choice of CI (currently wercker)