robo-config

v3.4.19
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

yarn run clean && yarn run build

test-simple

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

test

yarn run clean && yarn run gardener && yarn run test-simple

coveralls

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

semantic-release

yarn run build-clean && npx semantic-release

gardener

node gardener

docker

docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash

t

yarn test

ts

yarn run test-simple

tsv

yarn run test-simple --verbose

u

yarn upgrade --latest --force

i

yarn install --frozen-lockfile

Metadata

  • MIT
  • >= 10
  • Lukas Siemon
  • released 12/30/2019

Downloads

Maintainers