Quickly scaffold out a Cycle.js Nested Dialogue module.
Install yo and generator-cyclejs:
$ npm install --global yo generator-cyclejs
Make a new diretory, and cd
into it:
$ mkdir my-new-dialogue && cd $_
Run yo cyclejs
:
$ yo cyclejs
The following dependency node modules are installed with the generator:
The following development dependency node modules are also installed:
- babel
- babelify
- browserify
- cssnext
- cli-release
- [email protected]
- eslint-config-cycle
- eslint-plugin-cycle
- eslint-plugin-no-class
- postcss^4.0.0
- postcss-cli^1.0.0
- validate-commit-message
Recent changes can be viewed on Github in the Changelog.
MIT © Frederik Krautwald