project_init 3.1.23

Quickly initialize projects from a template.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
license = "BSD3"
with_readme = true
website = "https://hackage.haskell.org/package/" # {{ project }}

[files]
files = []
directories = ["src","app","web-src"]
templates = ["src/Lib.hs","app/Main.hs","Setup.hs",
    "{{ project }}.cabal", "stack.yaml", "stack-shake.yaml",
    ".travis.yml", ".gitignore", "shake.hs"]

[config]
version = "0.1.0.0"
version_control = "git"

[[user]]
license_file = "LICENSE"