Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sketch-hq/library-replacer-sketchplugin

A Sketch plugin that allows you to replace a library in a Sketch file
https://github.com/sketch-hq/library-replacer-sketchplugin

sketch sketch-libraries sketch-plugin

Last synced: about 1 month ago
JSON representation

A Sketch plugin that allows you to replace a library in a Sketch file

Awesome Lists containing this project

README

        

# Library Replacer Plugin

Quickly replace instances of shared Symbols and Styles by selecting the library that should be used instead.

- Replaces Symbols, Layer and Text Styles
- Supports local and Sketch Cloud Libraries

## Installation

### From a release (simplest)

- Download the [latest release](https://github.com/BohemianCoding/library-replacer-sketchplugin/releases/latest) of the plugin
- Double-click the .zip archive to extract the plugin
- Double-click `library-replacer.sketchplugin` to install the plugin

### From source

- Clone the repo
- Install the dependencies with `npm install`

## Usage

1. Open the Sketch document with Symbols, Layer and Text Styles you want to replace
2. Choose _Plugins_ › _Library Replacer_
3. If the Sketch document uses two or more libraries, select the Library for which you want to replace instances
4. Select the replacement Library

## Acknowledgements

This plugin is based on [Camilo](https://github.com/Pausansol/Camilo).