Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonchinn178/skelly

WIP - A new build system for Haskell
https://github.com/brandonchinn178/skelly

Last synced: 25 days ago
JSON representation

WIP - A new build system for Haskell

Awesome Lists containing this project

README

        

# Skelly

Skelly is an opinionated build system for Haskell.

Features:
* TOML configuration
* Standardized file structure
* Built-in test runner
* CLI-driven workflow

## Usage

TODO

## Bootstrap

If you don't already have Skelly installed, you can build Skelly with Cabal:

```bash
bootstrap/build.py
```

Then run any normal Skelly commands as

```bash
bootstrap/dist/skelly --help
```