@thibaudcolas/automation-sandbox

v0.2.3
A safe place to play with various project automation techniques, particularly around software releases.

build

rollup -c

dist

NODE_ENV=production npm run build -s

linter

prettier --list-different

formatter

prettier --write

lint

npm run linter -s -- '**/*.{md,css,js,json}'

format

npm run formatter -s -- '**/*.{md,css,js,json}'

test:ci

npm run dist -s && npm run lint -s

danger

danger ci --verbose

semantic-release

semantic-release

prepublishOnly

npm run dist
npm i @thibaudcolas/automation-sandbox

Metadata

  • MIT
  • Whatever
  • Thibaud Colas
  • released 9/4/2018

Downloads