Code Monkey home page Code Monkey logo

sync-plugins's Introduction

Sync Plugins

Sketch.app plugin for syncing current / local .sketchplugins with their master raw version at GitHub. Operates directly from the application menu bar.

Installation

  1. Download and open Sync-Plugins-master.zip
  2. Navigate the Sketch menu bar to Plugins ▸ Reveal Plugins Folder...
  3. Place the Sync Plugins.sketchplugin and Plugin.index files in this folder
  4. That's it...

How to Use

Edit the Plugin.index file by adding any / all plugins you plan to keep synchronized ( see example below ). Begin the syncing process by selecting Plugins ▸ Sync Plugins in the Sketch menu bar. A notification will sound when syncing completes and the plugins are updated.

Index Example

// Normal
Plugin_1 = "MyPlugin.sketchplugin"
GitHub_1 = "https://raw.githubusercontent.com/user/repo/master/.."

Plugin_2 = "YourPlugin.sketchplugin"
GitHub_2 = "https://raw.githubusercontent.com/user/repo/master/.."

// Subfolder
Plugin_3 = "YourPluginFolder/YourPlugin.sketchplugin"
GitHub_3 = "https://raw.githubusercontent.com/user/repo/master/.."

Keyboard Shortcut
Control + Shift + S

Usage Notes
Only the plugins listed in Plugin.index will sync. The naming structure, for example: Plugin_2 and GitHub_2, must remain intact for the plugins to sync properly. The script initially supports 10 plugins, but more can be added by editing the Sync Plugins.sketchplugin file. Do this only if you are completely confident in how it works.

Feedback

If you discover any issues or have questions regarding usage, please send a message to [email protected] or find me on GitHub @nathco.

sync-plugins's People

Watchers

mntz avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.