generator-sketch-plugin

Scaffold out a Sketch app plugin

Usage no npm install needed!

<script type="module">
  import generatorSketchPlugin from 'https://cdn.skypack.dev/generator-sketch-plugin';
</script>

README

generator-sketch-plugin Build Status

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

  1. Make a new directory to place the files created by this template and cd into it.
$ mkdir my-sketch-project && cd $_
  1. Generate files with yo:
$ yo sketch-plugin

License

The Unlicense