Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sketch-hq/library-replacer-sketchplugin
- Owner: sketch-hq
- License: mit
- Created: 2019-02-26T10:10:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:53:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T12:34:17.407Z (almost 2 years ago)
- Topics: sketch, sketch-libraries, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).