Stack Templates - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Pavan Rikhi

I wrote a simple application that lets you turn a folder into a stack template file:
https://github.com/prikhi/stack-templatizer

Transform a Folder into a Stack Template. Contribute to prikhi/stack-templatizer development by creating an account on GitHub.
TheMatten

@Pavan Rikhi Always wanted something like this - thank you so much!

Pavan Rikhi

:+1: Yeah I've always wanted to make templates because I always have to do some cleanup work after stack new but I was never into the concept of doing it all in one big file, without linting, autoformatting, etc

Pavan Rikhi

Thinking about adding the reverse(hsfiles -> folder) so you can start with a pre-existing template, edit it as a folder, and then package it all back up again