This is a Sketch plugin to fetch and update copies using external services like Airtable or Google Spreadsheets.
- Download the latest release of the plugin
- Un-zip
- Double-click on sketch-copies.sketchplugin
This plugin was created using skpm
. For a detailed explanation on how things
work, checkout the
skpm Readme.
Install the dependencies and run it
npm install
npm start
To publish a new version
skpm publish <bump>
(where bump
can be patch
, minor
or major
)