tomosaaan / ColorPalletGen

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:Swift 91.6%Language:Ruby 8.4%