Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Apr 15, 2020
1 parent 3be5b72 commit fcf1402
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -8,11 +8,13 @@ A collection of modules for creating interactive command line tools.

**Included modules:**

* **[table](packages/table/):** Render data in table structure with correct indentation and support for multi-line rows.
* **[command](packages/command/):** Create flexible command line interfaces with type checking, auto generated help and out of the box support for shell completions (inspired by [node.js's](http://nodejs.org) [commander.js](https://github.com/tj/commander.js/blob/master/Readme.md)).

* **[flags](packages/flags/):** Parse command line arguments.

* **[command](packages/command/):** Create flexible command line interfaces with type checking, auto generated help and out of the box support for shell completions (inspired by [node.js's](http://nodejs.org) [commander.js](https://github.com/tj/commander.js/blob/master/Readme.md)).
* **[keycode](packages/keycode/):** Parse ANSI key codes.

* **[table](packages/table/):** Render data in table structure with correct indentation and support for multi-line rows.

**Todo's:**

Expand Down

0 comments on commit fcf1402

Please sign in to comment.