An open API service indexing awesome lists of open source software.

https://github.com/muukii/colorgen

Generate .clr file from json
https://github.com/muukii/colorgen

Last synced: about 1 month ago
JSON representation

Generate .clr file from json

Awesome Lists containing this project

README

        

ColorGen
========

Generate .clr file from json

# Usage

### Create Json

color.json
```json
[
{
"name" : "MyColo1",
"color" : "#ffffff"
},
{
"name" : "MyColor2",
"color" : "#ffff00"
}
]
```

### Command Line

```
$ ./ColorGen -i color.json -o ./
```

### Generate color.clr file