https://github.com/noppefoxwolf/hextoclr
https://github.com/noppefoxwolf/hextoclr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/hextoclr
- Owner: noppefoxwolf
- Created: 2016-11-21T12:31:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T04:55:09.000Z (almost 8 years ago)
- Last Synced: 2024-05-23T10:33:24.924Z (11 months ago)
- Language: Swift
- Size: 68.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HexToClr - Hex string txt convert to clr.
=========# Usage
>HexToClr ./colors.txt
```:colors.txt
#FFF white
FFF white
#FFFF white
FFFF white
#FFFFFFFF white
FFFFFFFF white```
# Install
`chmod a+x HexToClr`
# Compile
`$ swift build -c release`
# Generate Xcode Proj
`swift package generate-xcodeproj`
## Pre-configuration Build Products Path
`$(SRCROOT)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)`
## Always Embed Swift Standard Libraries
`Yes`