🍝 PureScript package manager and build tool
npm install purescript-spaghettoThe next iteration of Spago.
This project is still _extremely_ alpha-quality software, use at your own risk.
> NOTE! The npm package will install an executable called spago, so be careful not to mix it up with the Haskell-based one.
``bash``Install dependencies
npm ciBootstrap
npm install -g purescript-spaghetto
spago bundle -p spago-binFrom now on you can build with the local files in the output folder, e.g.:
./bin/index.dev.js bundle -p spago-binOr from the built bundle:
./bin/bundle.js bundle -p spago-bin