generator-reactiveui v0.0.1
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-reactiveuiMake 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:
- reactiveui (aka reactiveui:app)
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 reactiveuiTesting
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
10 years ago