Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jul 15, 2015
1 parent b0f65b4 commit 3d64f57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Command line utility for automating common tasks when building React.js components.

Designed to be used in conjunction with [originate-react-component](https://github.com/knomedia/originate-react-component).

**Note that this is still a WIP**

## Installing
Expand All @@ -15,6 +13,9 @@ $ npm install -g rackt-cli
## Tasks

```bash
# Initializing
$ rackt init my-component

# Building
$ rackt build

Expand Down

0 comments on commit 3d64f57

Please sign in to comment.