kadimisetty / stack-templates

My project templates to be used by `stack new`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stack-templates

My project templates to be used by stack new.
e.g. stack new kadimisetty/basic should create a new project structured according to the basic.hsfiles template located in the github repository kadimisetty/stack-templates.

For more information, consult:

The templates accept parameters (written as {{example}}) whose values are obtained from the following section in~/.stack/config.yaml:

templates:
    params:
        example: foo

Notes:

  • template-info.yml contains concise descriptions of templates within this repository.

About

My project templates to be used by `stack new`