0.1.0 • Published 9 years ago
initapp v0.1.0
Install
npm install -g initappHelp
iapp -hUsage
Assume have this folders:
/
/spaceInitialize a project
when cwd=/space
iapp init myapp -p=config-relay-reactwill get a new project /space/myapp
Update a exist project to new config.
when cwd=/space
iapp update myproject -p=config-relay-reactwill update project /space/myapp to new config.
when cwd=/space/myapp, the project can be updated with
iapp update ./ -p=config-relay-react