0.91.1 • Published 2 years ago

purescript-spaghetto v0.91.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

spaghetto

The next iteration of Spago.

This project is still extremely alpha-quality software, use at your own risk.

Installing & Developing

NOTE! The npm package will install an executable called spago, so be careful not to mix it up with the Haskell-based one.

# Install dependencies
npm ci
# Bootstrap
npm install -g purescript-spaghetto
spago bundle -p spago-bin
# From now on you can build with the local files in the output folder, e.g.:
./bin/index.dev.js bundle -p spago-bin
# Or from the built bundle:
./bin/bundle.js bundle -p spago-bin