Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 811 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 811 Bytes

haskell-nix-cookiecutter

Build Status

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