sketch-plugin-boilerplate
sketch-plugin-boilerplate
—— 快速创建侧边栏 sketch plugins 开发模版样例。
安装
git clone git@github.com:o2team/sketch-plugin-boilerplate.git
使用
安装依赖:
yarn install
link sketch plugin 插件开发目录:
yarn run postinstall
打包构建:
yarn run build
开发调试:
yarn run watch
yarn run start
插件下载体验
sketch-plugin-boilerplate.sketchplugin0.0.2.zip
开发指引
sketch-plugin-boilerplate
使用 skpm
工具进行构建,查看详细 skpm
工作原理,请参考 skpm Readme。