- This is a template for skpm using a webview.
- For skpm: General information about how to work with skpm, not specific to this template
- For Sketch plugin: General information about sketch plugin developement
$ npm install -g skpm
$ skpm create my-plugin --template=skpm/with-webview
$ cd my-plugin
$ npm run watch
You can fork this repo to create your own boilerplate, and use it with skpm
:
skpm create my-plugin --template=username/repo