bulbo

v6.12.0
Generate your static site with gulp plugins!
static-site-generator

test

_mocha --require babel-register test

clean

rimraf lib coverage

dist

babel src -d lib

prepublish

npm run clean && npm run dist

demo-serve

cd demo && ../bin/bulbo.js serve

demo-build

cd demo && ../bin/bulbo.js build

cov

nyc --reporter=lcov _mocha --require babel-register test

cov-open

npm run cov && open coverage/lcov-report/index.html

codecov

npm run cov && codecov

lint

standard

fix

standard --fix

Metadata

  • MIT
  • Whatever
  • Yoshiya Hinosawa
  • released 5/21/2017

Downloads

Maintainers