0.0.16 • Published 6 years ago

kitura-cli v0.0.16

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

Kitura command-line interface

This Node.js package provides a kitura command-line interface, to simplify the process of creating Kitura applications.

Installation via Homebrew

$ brew tap ibm-swift/kitura
$ brew install kitura

Installing via Homebrew will also install the latest version of Node.js on your system.

Installation via NPM

$ npm install -g kitura-cli

If you encounter permissions errors such as ENOENT you may need to make changes to your NPM configuration. See here for further details.

Usage

$ kitura

  Usage: kitura [options] [command]

  Kitura command-line interface


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    build       build the project in a local container
    create      interactively create a Kitura project
    idt         install IBM Cloud Developer Tools
    init        scaffold a bare-bones Kitura project
    kit         print Cocoapods boilerplate for KituraKit
    run         run the project in a local container
    help [cmd]  display help for [cmd]

Release process

Instructions on releasing a new version of the kitura-cli can be found here.

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago