poetic / meteor-reacterminator

Convert annotated html and css files to a functional meteor app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

Development

Trello

About

Convert annotated html and css files to a functional meteor app.


Languages

Language:JavaScript 99.0%Language:HTML 1.0%