Skip to content

Swift CLI Tool for creating Color Pallet (.clr file)

License

Notifications You must be signed in to change notification settings

tomosaaan/ColorPalletGen

Repository files navigation

ColorPalletGen

Generate Color Pallet file(.clr) CLI Tool.

How to install

cocoapods

pod "ColorPalletGen"

Usage

./ColorPalletGen --file-read ./Color.json
  • Configuration file of color
{
  "color1": "#ffffff", // RGB using prefix '#'
  "color2": "0xffffff", // RGB using prefix '0x'
  "color3": "#ffffff66" // RGBA
}
File extension
json released
txt feature

Inspired

LICENSE

Under the MIT license. See LICENSE file for details.

About

Swift CLI Tool for creating Color Pallet (.clr file)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published