Description
You can use template.hs to create a new Haskell GitHub repository.
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.
README.md
template.hs
By Alex Brandt [email protected]
Description
You can use template.hs to create a new GitHub repository. The new repository has Haskell, Visual Studio Code Dev Containers, 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
- Visual Studio Code with "Remote Development" installed
How to use this template
- Visit the repository
- Click "Use this template"
- Follow the GitHub Docs to Create a repo
- Open Visual Studio Code
- Open the shell prompt (Ctrl+shift+p)
- Type "clone repository in container" and press return
- Input the GitHub URL of your new repository
- In the resulting terminal (Ctrl+`), run:
cabal run initialise
- Browse to "Setting" -> "Actions" -> "General"
- Tick "Allow GitHub Actions to create and approve pull requests"
- 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
- Submit issues for problems or questions
- Submit pull requests for proposed changes.