Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmunim/sketch-plugins
Some free experimental plugins that were developed on demand!
https://github.com/itsmunim/sketch-plugins
Last synced: about 4 hours ago
JSON representation
Some free experimental plugins that were developed on demand!
- Host: GitHub
- URL: https://github.com/itsmunim/sketch-plugins
- Owner: itsmunim
- Created: 2016-08-13T19:42:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T20:44:51.000Z (over 8 years ago)
- Last Synced: 2024-02-23T09:43:04.864Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Sketch Plugins
==============I was struggling to do few simple stuffs in Sketch, looking out for some plugins for them.
I didn't find any for doing these simple things, so I ended up writing my own. After all,
writing Sketch plugins is fun!#### ToCamelCase
Simple plugin to convert your text layer(s) from any case to camelcase.Example-
`hello boys` => `Hello Boys`
`ROSALINE` => `Rosaline`#### RenameWithPrefix
Another simple plugin. Often you end up with files that you use for icons/assets but the names
are just not prefixed with proper text for you to identify them later or when your developer
uses them. This will enable you to rename layer(s) with any prefix you want. Layers with applied prefix
won't be modified upon applying same prefix again.Example-
`shape04` => `icon-shape04`
`person` => `asset-icon-person`##### If it helps you too, don't forget to give it a star. Contributions and feedbacks are always welcome!