Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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!