Skip to content

Commit 1a80aba

Browse files
authored
Create README.md
1 parent b08dd5b commit 1a80aba

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Kitura command-line interface
2+
3+
This Node.js package provides a `kitura` command-line interface, to simplify the process of creating [Kitura](https://github.com/IBM-Swift/Kitura) applications.
4+
5+
## Installation via Homebrew
6+
7+
```
8+
$ brew tap ibm-swift/kitura
9+
$ brew install kitura
10+
```
11+
12+
## Installation via NPM
13+
14+
```
15+
$ npm install -g yo
16+
$ npm install -g generator-swiftserver
17+
$ npm install kitura-cli
18+
```
19+
20+
## Usage
21+
22+
```
23+
$ kitura
24+
25+
Usage: kitura [options] [command]
26+
27+
Kitura command-line interface
28+
29+
30+
Options:
31+
32+
-V, --version output the version number
33+
-h, --help output usage information
34+
35+
36+
Commands:
37+
38+
init|i scaffold a bare-bones Kitura project
39+
create|c interactively create a Kitura project
40+
idt install IBM Cloud Developer Tools
41+
help [cmd] display help for [cmd]
42+
```

0 commit comments

Comments
 (0)