pulp

v7.0.0
A build system and package manager for PureScript projects
purescript make build cabal

lint

jshint src

test

npm run build && mocha test-js --compilers js:babel/register

build

npm run lint && npm run compile && npm run bundle

bundle

psc-bundle "output/*/*.js" --output pulp.js --module Main --main Main

compile

psc -c -f "src/**/*.js" -f "bower_components/purescript-*/src/**/*.js" "src/**/*.purs" "bower_components/purescript-*/src/**/*.purs"

prepublish

bower install && npm run build

Metadata

Downloads