@sketchmine/sketch-validation-plugin
v3.0.0
Published
Sketch plugin for our validation
Downloads
3
Readme
@sketchmine/sketch-validaton-plugin
The sketch validation plugin is the Sketch plugin to run the validation inside your local Sketch app.
Installation
Install the package with yarn
and build the plugin with a yarn build
. Afterwards you should see a .sketchplugin
folder where the builded files are inside.
The plugin get generated with the official Sketch plugin manager.
Add the plugin to Sketch
To install this plugin you can place it in the Plugin in Folders under ~/Library/Application\ Support/com.bohemiancoding.sketch3/Plugins/*
.
Symlinking
But if you want to develop the plugin a symlink would be nice.
So for that you can run yarn add:plugin
. This command will create a symlink and if you re-build your plugin it gets automatically changed in the Plugin folder.