项目作者: tomokitakahashi

项目描述 :
Swift CLI Tool for creating Color Pallet (.clr file)
高级语言: Swift
项目地址: git://github.com/tomokitakahashi/ColorPalletGen.git
创建时间: 2018-10-30T08:36:53Z
项目社区:https://github.com/tomokitakahashi/ColorPalletGen

开源协议:MIT License

下载


ColorPalletGen

Generate Color Pallet file(.clr) CLI Tool.

How to install

cocoapods

  1. pod "ColorPalletGen"

Usage

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

Inspired

LICENSE

Under the MIT license. See LICENSE file for details.