Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-16 | Add colors to tooling outputs | Ben Sima | |
This makes scanning logs *much* easier. I figure keep it as simple as possible, just red, yellow, and green. I also added two spaces between labels in the log messages. It would be nice to have a more structured logging system, but for now this works. | |||
2021-01-15 | Implement Biz.Test with tasty | Ben Sima | |
Also changes the --test option to a 'test' command. This is because running the tests for a namespace/exe should never be combined with anything else: you either want to run the tests, or not. | |||
2021-01-15 | Implement Biz.Cli | Ben Sima | |
Wraps docopt rather nicely. It's much nicer than optparse-applicative and runs tests with the --test argument automatically. Next I just need to implement a test framework. | |||
2021-01-15 | Port lint to Haskell | Ben Sima | |