Socket
Book a DemoInstallSign in
Socket

generator-wf-control

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-wf-control

Generate a basic WF control

latest
Source
npmnpm
Version
1.3.1
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

yeoman-generator

FAQs

Package last updated on 27 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts