Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpeits/haskell-nix-cookiecutter
Cookiecutter template to quickly generate haskell+cabal+nix+direnv projects
https://github.com/alexpeits/haskell-nix-cookiecutter
Last synced: 15 days ago
JSON representation
Cookiecutter template to quickly generate haskell+cabal+nix+direnv projects
- Host: GitHub
- URL: https://github.com/alexpeits/haskell-nix-cookiecutter
- Owner: alexpeits
- Created: 2020-01-19T16:58:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T04:56:55.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T22:16:31.210Z (27 days ago)
- Language: Nix
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# haskell-nix-cookiecutter
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Falexpeits%2Fhaskell-nix-cookiecutter%2Fbadge&style=flat)](https://actions-badge.atrox.dev/alexpeits/haskell-nix-cookiecutter/goto)
## Usage
Run
```
cookiecutter gh:alexpeits/haskell-nix-cookiecutter
```in the directory where you want the package to be created in. This will prompt
for some information like package name, repo name and author info and will
generate the project with the appropriate details filled in.If you're using nix, `cookiecutter` is available so you can run
```
nix-shell -p cookiecutter
```before running the command above.
## Features
- cabal
- stack
- nix + niv
- direnv
- docsify
- hoogle
- tests with markdown-unlit
- a Makefile with some helpers