Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizheming/with-webview-react-ts
💎 Template for skpm using typescript and a webview with react
https://github.com/lizheming/with-webview-react-ts
react sketch sketch-plugin skpm skpm-template typescript webview
Last synced: about 1 month ago
JSON representation
💎 Template for skpm using typescript and a webview with react
- Host: GitHub
- URL: https://github.com/lizheming/with-webview-react-ts
- Owner: lizheming
- Created: 2020-11-07T02:20:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T04:09:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T19:26:55.751Z (2 months ago)
- Topics: react, sketch, sketch-plugin, skpm, skpm-template, typescript, webview
- Language: TypeScript
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# with-webview-react-ts skpm template
Template for skpm using typescript and a webview with react
## Documentation
- This is a template for [skpm](https://github.com/skpm/skpm) using typescript and a webview with react.
- [For skpm](https://github.com/skpm/skpm): General information about how to work with skpm, not specific to this template
- [For Sketch plugin](http://developer.sketchapp.com): General information about sketch plugin developement## Usage
``` bash
$ npm install -g skpm
$ skpm create my-plugin --template=lizheming/with-webview-react-ts
$ 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`:
``` bash
skpm create my-plugin --template=username/repo
```