templatise: You can use template.hs to create a new Haskell GitHub repository.

[ library, program, vscode ] [ Propose Tags ]

You can use template.hs to create a new GitHub repository. The repository will have Haskell, VS Code devcontainers, and various GitHub actions ready to use.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.2.0
Change log CHANGELOG.md
Dependencies base (>=4.16.3.0 && <4.17 || >=4.17.0.0 && <4.18 || >=4.18.0.0 && <4.19 || >=4.19.0.0 && <4.20), bytestring (>=0.11.3.1 && <0.12 || >=0.12.0.2 && <0.13), Cabal-syntax (>=3.8.1.0 && <3.9 || >=3.10.1.0 && <3.11), exceptions (>=0.10.4 && <0.11), extra (>=1.7.14 && <1.8), filepath (>=1.4.2.2 && <1.5 || >=1.5.0 && <1.6), http-client (>=0.7.14 && <0.8), http-conduit (>=2.3.8.3 && <2.4), mtl (>=2.2.2 && <2.3 || >=2.3.1 && <2.4), network-uri (>=2.6.4.1 && <2.7 || >=2.7.0.0 && <2.8), optparse-applicative (>=0.18.1.0 && <0.19), parsec (>=3.1.15.0 && <3.2), process (>=1.6.13.2 && <1.7), templatise, text (>=1.2.5.0 && <1.3 || >=2.0.2 && <2.2), time (>=1.11.1.1 && <1.12 || >=1.12.2 && <1.14) [details]
License Unlicense
Copyright (c) 2023 Alex Brandt
Author Alex Brandt
Maintainer alunduil@gmail.com
Category VSCode
Home page https://github.com/alunduil/template.hs
Bug tracker https://github.com/alunduil/template.hs/issues
Source repo head: git clone https://github.com/alunduil/template.hs
Uploaded by alunduil at 2024-01-28T13:49:52Z
Distributions
Executables initialise
Downloads 97 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2024-01-28 [all 1 reports]

Readme for templatise-0.1.2.0

[back to package description]

template.hs

Homepage

By Alex Brandt alunduil@gmail.com

Description

You can use template.hs to create a new GitHub repository. The repository will have Haskell, VS Code devcontainers, and various GitHub actions ready to use.

Terms of use

You are free to use template.hs as a basis for your own projects without any conditions. See the LICENSE file for details.

Prerequisites

  1. VS Code with "Remote Development" installed

How to use this template

  1. Visit the repository
  2. Click "Use this template"
  3. Follow the GitHub Docs to Create a repo
  4. Open VS Code
  5. Open the command prompt (ctrl+shift+p)
  6. Type "clone repository in container" and hit return
  7. Input the GitHub URL of your new repository
  8. In the resulting terminal (ctrl+`), run: cabal run initialise
  9. Browse to "Setting" -> "Actions" -> "General"
  10. Tick "Allow GitHub Actions to create and approve pull requests"
  11. Continue working on your awesome project

Documentation

  • LICENSE: The license governing use of template.hs

Getting Help

  • GitHub Issues: Support requests, bug reports, and feature requests

How to Help