poetic-stanza
v1.4.9
Published
Poetic meteor-react-webflow project generator.
Downloads
13
Readme
stanza
Requirements
- node >= 6.0.0
- java development kit must be installed to run tests (chimp uses selenium)
Usage
Alias
st
Example
npm install -g poetic-stanza
stanza create magic
cd magic
// dowload your webflow project as a zip file
// copy into current directory as design.zip
cp ~/Downloads/magic.zip ./design.zip
stanza update
Demo App
CLI
Usage: stanza [options] [command]
Commands:
create|c <name> Create a meteor project with react and redux configured.
update|u Update a meteor project with design.zip from webflow.
help [cmd] display help for [cmd]
Poetic meteor-react-webflow project generator.
Options:
-h, --help output usage information
-V, --version output the version number
Examples:
$ stanza c my-project
$ stanza u
travis-ci
Go to travis-ci enable the repo. Remember to push a commit after you do this.