Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 687 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 687 Bytes

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.