Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonchinn178/skelly
- Owner: brandonchinn178
- License: bsd-3-clause
- Created: 2023-10-16T05:08:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:11:08.000Z (about 2 months ago)
- Last Synced: 2024-09-18T09:21:25.638Z (about 2 months ago)
- Language: Haskell
- Size: 73.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```