New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-studio-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-studio-plugin

Yeoman generator for InVision Studio Plugins

0.4.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

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.

Keywords

yeoman-generator

FAQs

Package last updated on 18 Mar 2019

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