borulday / color-name-guru

Zeplin Extension that suggest alternate color name 🎨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Name Guru 🎨 - Zeplin Extension βš—οΈ

Color Name Guru gives color name suggestions for your iOS, OSX, Web and Android projects.

Default color name formats for project types: iOS and OSX: camelCase Web: kebab-case Android: snake_case

Sample Output πŸ“€

[
  {
    "current": "silver",
    "suggestion": "hint-of-mauve-pansy"
  },
  {
    "current": "sun-face",
    "suggestion": "blazing-yellow"
  },
  {
    "current": "kona",
    "suggestion": "🎯 Hit the Bull's eye"
  },
]

If you see a suggestion that start with an emoji (🎯 Hit the Bull's eye), you already have a perfect name for the color!

Thanks to πŸ™

Development πŸ’»

Color Name Guru is developed using zem, Zeplin Extension Manager. zem is a command line tool that lets you quickly create and test extensions.

To learn more about zem, see documentation.

About

Zeplin Extension that suggest alternate color name 🎨

License:MIT License


Languages

Language:JavaScript 100.0%