Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamagraph/intermediate-lang-distiller
https://github.com/lamagraph/intermediate-lang-distiller
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lamagraph/intermediate-lang-distiller
- Owner: Lamagraph
- Created: 2024-03-15T14:04:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T16:53:43.000Z (9 months ago)
- Last Synced: 2024-03-20T13:55:48.583Z (9 months ago)
- Language: Haskell
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lamagraph IL
## Required tools
### Pre-commit
We use [pre-commit](https://pre-commit.com/) for general tidy up of files.
To install pre-commit run:```shell
pip install pre-commit # or install using your distro package manager
pre-commit install
```To run pre-commit on all files run
```shell
pre-commit run --all-files
```### Fourmolu
We use [Fourmolu](https://fourmolu.github.io/) as a formatter for Haskell source files with our custom config.
**Fourmolu must be explicitly enabled in VS Code!**## Editor
Our editor of choice is [VS Code](https://code.visualstudio.com/) with following extensions:
- [Haskell](https://marketplace.visualstudio.com/items?itemName=haskell.haskell)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) for YAML formatting