1.3.1 • Published 10 years ago

generator-wf-control v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

generator-wf-control

Build Status

Generate control files for (currently proprietary) WF framework.

Demonstration Gif

Install

$ npm install --global yo generator-wf-control

This installs Yeoman (a scaffolding tool, on top of which is the generator built) and the generator itself.

Usage

Run

$ yo wf-control

to launch the generator. The generator will ask several questions and then generate a control in the current directory.

Options

You can specify generator options beforehand, and the generator will not ask them. All options can be composed together.

Control name

$ yo wf-control [controlName]

The control name should only contain latin letters, digits, underscore and dash. test-control_123 is valid. test-control_123.abc is not, because the point can’t be used in the name.

Control type

$ yo wf-control --type [generic|informer]

Currently supported control types are generic and informer. Submit an issue or a pull request if you need more.

License

MIT © Ivan Akulov, 2015

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago