Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 697 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 697 Bytes

mktgoo Sketch Copies

This is a Sketch plugin to fetch and update copies using external services like Airtable or Google Spreadsheets.

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on sketch-copies.sketchplugin

Development Guide

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)