@thibaudcolas/automation-playground

v0.1.0
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
npm i @thibaudcolas/automation-playground

Metadata

  • MIT
  • Whatever
  • Thibaud Colas
  • released 7/28/2018

Downloads

Maintainers