bsb-native

v4.0.6
Bucklescript build systen fork to compile to native
ocaml bucklescript stdlib functional programming

test

go build -o test.exe scripts/test.go && ./test.exe

test-theme

go run scripts/test.go -no-install-global -no-ounit -no-mocha -no-bsb

test-bsb

go run scripts/test.go -no-install-global -no-ounit -no-mocha -no-theme

test-ocaml

go run scripts/test.go -no-install-global -no-mocha -no-theme -no-bsb

cover

istanbul cover --report html ./node_modules/.bin/_mocha -- ./jscomp/test/**/*test.js && open coverage/index.html

coverage

istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- './jscomp/test/*test.js'

coveralls

npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info

postinstall

node postinstall.js

Metadata

Downloads

Maintainers