generator-reactiveui

0.0.1 • Public • Published

ReactiveUI generator

Yeoman generator for ReactiveUI - lets you quickly set up a project with sensible defaults and best practices.

Usage

For step-by-step instructions on using Yeoman and this generator to build a TODO ReactiveUI application from scratch see this tutorial.

Install yo, generator-reactiveui:

npm install -g yo generator-reactiveui

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo reactiveui, optionally passing an app name:

yo reactiveui [app-name]

Run grunt for building and grunt serve for preview

Generators

Available generators:

App

Sets up a new ReactiveUI app, generating all the boilerplate you need to get started. The app generator also optionally installs Bootstrap and additional ReactiveUI modules, such as reactiveui-resource (installed by default).

Example:

yo reactiveui

Testing

Running grunt test will run the unit tests with karma.

Contribute

When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

When submitting a new feature, add tests that cover the feature.

Changelog

Recent changes can be viewed on Github on the Releases Page

License

BSD license

Readme

Keywords

Package Sidebar

Install

npm i generator-reactiveui

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • ghuntley