mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-01-22 08:36:30 +01:00
7487701dc4
This is too code-base breaking to break into usable commits: - OOP-ify everything - Pass Procs and simplify the colorizing methods instead of using Macros - Improve -i and -w by not moving to the next color if it's whitespace - Test option parse (spec) - Create a global typesafe config instead of using a Hash
13 lines
173 B
YAML
13 lines
173 B
YAML
name: blahaj
|
|
version: 2.0.0
|
|
|
|
authors:
|
|
- Evangelos "GeopJr" Paterakis <evan@geopjr.dev>
|
|
|
|
targets:
|
|
blahaj:
|
|
main: src/blahaj.cr
|
|
|
|
crystal: 1.6.2
|
|
|
|
license: BSD-2-Clauses
|