Yeoman generator to scaffold out a Sketch app plugin.
You should have Node.js installed and Yeoman installed globally:
npm install --global yo
To install generator-sketch-plugin
from npm, run:
$ npm install --global generator-sketch-plugin
- 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