Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Jun 22, 2015
1 parent 9d436b2 commit b421404
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ gcli

## Usage

To start new command line tool,
To start new command line tool, run below. It generates new cli skeleton project. At least, you must provide executable name.

```bash
$ gcli new [options] NAME
```
It generates new cli skeleton project. At least, you must provide executable name.

To see available frameworks,

```bash
$ gcli list
```

See more usage,

Expand Down

0 comments on commit b421404

Please sign in to comment.