@blackflux/robo-config-plugin

v1.0.3
Blackflux robo-config plugin.
robo-config plugin configuration

test

npm run clean && npm run gardener && npm run test-simple

build

npx babel src --out-dir lib --source-maps inline --copy-files --include-dotfiles

clean

rm -rf lib

gardener

node gardener

coveralls

node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info

clean-build

npm run clean && npm run build

test-simple

nyc mocha "./test/**/*.spec.js"

build-artifact

npm run clean-build && tar -zxvf $(npm pack) && rm *-0.0.0-development.tgz && cd package && tar -zcvf ../release.tar.gz . && cd .. && rm -rf package

semantic-release

npm run build-artifact && npm run clean-build && npx semantic-release
npm i @blackflux/[email protected]

Metadata

  • MIT
  • >= 8.10
  • Lukas Siemon
  • released 4/1/2019

Downloads

Maintainers