tarngerine / sketch-name-artboards

Name Artboards for Sketch — Goes through each artboard and creates a text label where the artboard name sits so it is visible when exporting with slices. Optionally draws a slice around all visible layers as well.
http://twitter.com/tarngerine
80 stars 11 forks source link

Please namespace your plugin(s) to avoid collisions with other plugins. #2

Closed plainspace closed 10 years ago

plainspace commented 10 years ago

Not namespacing your plugin creates issues for managing plugins with tools like Sketch Toolbox.

sebj/Sketch https://github.com/sebj/Sketch

tisho/sketch-plugins https://github.com/tisho/sketch-plugins

nadavsavio/sketch-plugins https://github.com/nadavsavio/sketch-plugins

mpaiva/My-Sketch-Plugins https://github.com/mpaiva/My-Sketch-Plugins

hrescak/sketchPlugins https://github.com/hrescak/sketchPlugins

davidudvardy/sketch-plugins https://github.com/davidudvardy/sketch-plugins

trisweb/sketchplugins https://github.com/trisweb/sketchplugins

alssndro/sketch-plugins https://github.com/alssndro/sketch-plugins

joshpuckett/SketchPlugins https://github.com/joshpuckett/SketchPlugins

vrjbndr/sketch-plugins https://github.com/vrjbndr/sketch-plugins

joegirolamo/SketchPlugins-WIP https://github.com/joegirolamo/SketchPlugins-WIP

buscarini/sketch-plugins https://github.com/buscarini/sketch-plugins

8by8/sketchplugins https://github.com/8by8/sketchplugins

tadija/sketch-plugins https://github.com/tadija/sketch-plugins

KrevedAccky/SketchPlugins https://github.com/KrevedAccky/SketchPlugins

tarngerine/sketch-plugins https://github.com/tarngerine/sketch-plugins

tarngerine commented 10 years ago

Do you scrape all these for the .sketchplugin files or should we break each plugin into its own repo?

On Tue, Jul 29, 2014 at 3:19 PM, Jared Volpe notifications@github.com wrote:

Not namespacing your plugin creates issues for managing plugins with tools like Sketch Toolbox. sebj/Sketch https://github.com/sebj/Sketch tisho/sketch-plugins https://github.com/tisho/sketch-plugins nadavsavio/sketch-plugins https://github.com/nadavsavio/sketch-plugins mpaiva/My-Sketch-Plugins https://github.com/mpaiva/My-Sketch-Plugins hrescak/sketchPlugins https://github.com/hrescak/sketchPlugins davidudvardy/sketch-plugins https://github.com/davidudvardy/sketch-plugins trisweb/sketchplugins https://github.com/trisweb/sketchplugins alssndro/sketch-plugins https://github.com/alssndro/sketch-plugins joshpuckett/SketchPlugins https://github.com/joshpuckett/SketchPlugins vrjbndr/sketch-plugins https://github.com/vrjbndr/sketch-plugins joegirolamo/SketchPlugins-WIP https://github.com/joegirolamo/SketchPlugins-WIP buscarini/sketch-plugins https://github.com/buscarini/sketch-plugins 8by8/sketchplugins https://github.com/8by8/sketchplugins tadija/sketch-plugins https://github.com/tadija/sketch-plugins KrevedAccky/SketchPlugins https://github.com/KrevedAccky/SketchPlugins tarngerine/sketch-plugins

https://github.com/tarngerine/sketch-plugins

Reply to this email directly or view it on GitHub: https://github.com/tarngerine/sketch-plugins/issues/2

plainspace commented 10 years ago

IMHO it would be awesome to break each into its own repo. people could then pick and choose which they really want instead of getting all if them.

On Wednesday, July 30, 2014, Julius Tarng notifications@github.com wrote:

Do you scrape all these for the .sketchplugin files or should we break each plugin into its own repo?

On Tue, Jul 29, 2014 at 3:19 PM, Jared Volpe <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Not namespacing your plugin creates issues for managing plugins with tools like Sketch Toolbox. sebj/Sketch https://github.com/sebj/Sketch tisho/sketch-plugins https://github.com/tisho/sketch-plugins nadavsavio/sketch-plugins https://github.com/nadavsavio/sketch-plugins mpaiva/My-Sketch-Plugins https://github.com/mpaiva/My-Sketch-Plugins hrescak/sketchPlugins https://github.com/hrescak/sketchPlugins davidudvardy/sketch-plugins https://github.com/davidudvardy/sketch-plugins trisweb/sketchplugins https://github.com/trisweb/sketchplugins alssndro/sketch-plugins https://github.com/alssndro/sketch-plugins joshpuckett/SketchPlugins https://github.com/joshpuckett/SketchPlugins vrjbndr/sketch-plugins https://github.com/vrjbndr/sketch-plugins joegirolamo/SketchPlugins-WIP https://github.com/joegirolamo/SketchPlugins-WIP buscarini/sketch-plugins https://github.com/buscarini/sketch-plugins 8by8/sketchplugins https://github.com/8by8/sketchplugins tadija/sketch-plugins https://github.com/tadija/sketch-plugins KrevedAccky/SketchPlugins https://github.com/KrevedAccky/SketchPlugins tarngerine/sketch-plugins

https://github.com/tarngerine/sketch-plugins

Reply to this email directly or view it on GitHub: https://github.com/tarngerine/sketch-plugins/issues/2

— Reply to this email directly or view it on GitHub https://github.com/tarngerine/sketch-plugins/issues/2#issuecomment-50617270 .

tarngerine commented 10 years ago

yea i just followed convention and i was really confused, too. i'll do that

tarngerine commented 10 years ago

done! sketch-name-artboards

plainspace commented 10 years ago

nice! hopefully this will inspire other plugin devs to do the same!