robo-config

v2.2.6
Automatically manage configuration files.
config automation management configuration

clean

rm -rf lib

build

npx babel src --out-dir lib --copy-files --include-dotfiles --config-file ./.babelrc

build-clean

npm run clean && npm run build

test-simple

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

test

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

coveralls

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

semantic-release

npm run build-clean && npx semantic-release

gardener

node gardener

Metadata

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

Downloads

Maintainers