https://github.com/poetic/meteor-reacterminator
Convert annotated html and css files to a functional meteor app.
https://github.com/poetic/meteor-reacterminator
Last synced: about 2 months ago
JSON representation
Convert annotated html and css files to a functional meteor app.
- Host: GitHub
- URL: https://github.com/poetic/meteor-reacterminator
- Owner: poetic
- Created: 2016-03-21T19:34:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T17:29:27.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T20:22:51.195Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 15
- Watchers: 8
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stanza
[![travis][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![semantic-release][semantic-release-image]][semantic-release-url]
[![coverall][coverall-image]][coverall-url][travis-image]: https://travis-ci.org/poetic/stanza.svg
[travis-url]: https://travis-ci.org/poetic/stanza
[npm-image]: https://img.shields.io/npm/v/poetic-stanza.svg
[npm-url]: https://npmjs.org/package/poetic-stanza
[semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]: https://github.com/semantic-release/semantic-release
[coverall-image]: https://coveralls.io/repos/github/poetic/stanza/badge.svg?branch=master
[coverall-url]: https://coveralls.io/github/poetic/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.zipstanza update
```### [Demo App](https://github.com/poetic/stanza-demo)
### CLI
```
Usage: stanza [options] [command]Commands:
create|c 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 numberExamples:
$ stanza c my-project
$ stanza u
```### travis-ci
Go to [travis-ci](https://travis-ci.com/) enable the repo.
Remember to push a commit after you do this.## Development
### [Trello](https://trello.com/b/WUNN44Dp/stanza)