skpm-typescript
skpm-typescript copied to clipboard
Template for skpm with TypeScript support
TypeScript skpm template
⚠️ Currently broken due to: https://github.com/skpm/skpm/issues/304
Documentation
- This is a template for skpm with TypeScript and ESLint support.
- For skpm: General information about how to work with skpm, not specific to this template
- For Sketch plugin: General information about sketch plugin developement
Usage
$ npm install -g skpm
$ skpm create my-plugin --template=romansp/skpm-typescript
$ cd my-plugin
$ npm run watch