0.4.2 • Published 5 years ago

generator-studio-plugin v0.4.2

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

generator-studio-plugin

Version Travis Build Status codecov Dependency Status LICENSE Downloads

Yeoman generator for InVision Studio Plugins

Installation

First, install Yeoman and generator-studio-plugin using npm (we assume you have pre-installed node.js).

$ npm install -g yo

$ npm install -g generator-studio-plugin

Then generate your new plugin:

$ cd /path/to/where/you/want/to/write/your/plugins

Run $ yo, and select the Studio Plugin option in the 'Run a generator' list.

Composability

Composability is a way to combine smaller parts to make one large thing. Sort of like Voltron®Yeoman docs

Install

$ npm install --save generator-studio-plugin

Compose

this.composeWith(require.resolve('generator-studio-plugin')/*, options */)

Options

{
    // supply alternative defaults
    pluginName: 'appname-plugin',
    description: '',
    name: 'git-user',
    email: 'git-email',
}

License

MIT © InVision, Inc.

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago