Skip to content

Latest commit

 

History

History
executable file
·
70 lines (50 loc) · 1.83 KB

README.md

File metadata and controls

executable file
·
70 lines (50 loc) · 1.83 KB

stanza

travis npm semantic-release coverall

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

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.

Development