purescript / psc-package

A package manager for PureScript based on package sets
https://psc-package.readthedocs.io
Other
229 stars 45 forks source link

Something akin to "stack script" #23

Open felixSchl opened 7 years ago

felixSchl commented 7 years ago

I think this would be useful at least in the node.js context. Build and maintenance scripts and so on could then be expressed using purescript and simply run, while still retaining the ability to call into any relevant JS libraries. I just wanted to bring this up for discussion, I have not put any thought into how this would actually work.

For what it's worth here was the RFC to add a "script" command to stack: commercialhaskell/stack#2805.

This issue was moved here from purescript/purescript#2883