https://github.com/lightandlight/psbt
Build tool for PureScript written in Haskell
https://github.com/lightandlight/psbt
Last synced: 8 days ago
JSON representation
Build tool for PureScript written in Haskell
- Host: GitHub
- URL: https://github.com/lightandlight/psbt
- Owner: LightAndLight
- License: bsd-3-clause
- Created: 2015-12-24T10:10:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T04:39:18.000Z (over 10 years ago)
- Last Synced: 2023-02-23T21:32:34.173Z (over 3 years ago)
- Language: Haskell
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psbt
Build tool for PureScript written in Haskell
I made this because I'd rather not use Node.
Currently supports project initialisation, (naive) dependency management via bower, and project compilation.
## installation
psbt requires git (used to install dependencies) and psc (for compilation)
It's not on stackage or hackage yet so just clone the repo and install:
```git clone https://github.com/LightAndLight/psbt.git && cd psbt && stack install```