generator-sketch-plugin
v0.2.1
Published
Scaffold out a Sketch app plugin
Downloads
11
Maintainers
Readme
generator-sketch-plugin
Yeoman generator to scaffold out a Sketch app plugin.
Requirements
You should have Node.js installed and Yeoman installed globally:
npm install --global yo
Install
To install generator-sketch-plugin
from npm, run:
$ npm install --global generator-sketch-plugin
Usage
- Make a new directory to place the files created by this template and
cd
into it.
$ mkdir my-sketch-project && cd $_
- Generate files with yo:
$ yo sketch-plugin