/sketch-plugin-with-everything

A generic Sketch plugin template for quick re-usability anywhere.

Primary LanguageJavaScript

with-everything skpm template

Documentation

  • This is a template for skpm that brings together simple plugin commands, action commands, and webview commands.
  • For skpm: General information about how to work with skpm, not specific to this template.
  • For Sketch plugins: General information about sketch plugin development.

Usage

$ npm install -g skpm
$ skpm create my-plugin --template=scotthorsfall/sketch-plugin-with-everything
$ cd my-plugin
$ npm run watch

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with skpm:

skpm create my-plugin --template=username/repo