cycle-generator

0.4.0 • Public • Published

Cycle.js generator

Kickstart your cycle.js app.

What does this generator do?

It helps you create a new cycle.js project from scratch by creating a simple hello world app. The base code, packages and build system will already be up so you just have to start coding.

The generator already creates apps with the new cycle diversity, using xstream as the stream library.

Installation

$ npm i -g cycle-generator

Usage

$ mkdir my-new-cycle-app
cd my-new-cycle-app
$ cycle-generator

Then just click on the options you want and generate your app!

Once it's generated you can open the index.html file to see the hello world in action.

This is still in development

Releases has been started so people can start using it and find bugs or submit suggestions of improvements. Bellow is a list of new features already planned to be added:

  • Add tests for the generator
  • Add tests on the generated apps
  • Add possibility to chose the main stream library

Package Sidebar

Install

npm i cycle-generator

Weekly Downloads

2

Version

0.4.0

License

MIT

Last publish

Collaborators

  • chadrien