robo-config

v1.20.0
Automatically manage configuration files.
config automation management configuration

test

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

clean

rm -rf lib

build

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

clean-build

npm run clean && npm run build

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

test-simple

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

coveralls

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

semantic-release

npm run build-artifact && npm run clean-build && npx semantic-release

gardener

node gardener

Metadata

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

Downloads

Maintainers