Add create command

This commit is contained in:
Bruno Tavares 2014-02-19 20:23:09 -03:00
parent db2cd4a4e3
commit ce2ac5e848

View File

@ -24,5 +24,15 @@ git clone https://github.com/bltavares/kickstart.git $installation_path
sudo ln -s $installation_path/bin/kickstart /usr/local/bin/kickstart sudo ln -s $installation_path/bin/kickstart /usr/local/bin/kickstart
``` ```
### Usage
#### create
Creates a sample project structure
```bash
kickstart create [folder name or current folder]
```
### Thanks ### Thanks
This project was inspired on [sunzi](https://github.com/kenn/sunzi) This project was inspired on [sunzi](https://github.com/kenn/sunzi)