bulbo

v7.0.1
Generate your static site with gulp plugins!
static-site-generator

test

mocha --exit --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 --exit --require babel-register test

cov-open

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

codecov

npm run cov && codecov

lint

standard

precommit

lint-staged

Metadata

  • MIT
  • Whatever
  • Yoshiya Hinosawa
  • released 12/17/2021

Downloads

Maintainers