0.2.1 • Published 9 years ago

generator-sketch-plugin v0.2.1

Weekly downloads
2
License
Unlicense
Repository
github
Last release
9 years ago

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