0.1.0 • Published 8 years ago

initapp v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Install

npm install -g initapp

Help

iapp -h

Usage

Assume have this folders:

/
/space

Initialize a project

when cwd=/space

iapp init myapp -p=config-relay-react

will get a new project /space/myapp


Update a exist project to new config.

when cwd=/space

iapp update myproject -p=config-relay-react

will update project /space/myapp to new config.

when cwd=/space/myapp, the project can be updated with

iapp update ./ -p=config-relay-react