@immowelt/aws-swiss-knife

v1.1.0

format

prettier --write **/*.{js,ts,tsx,json}

lint

tslint -p .

clean-build

rm -rf ./build

compile

tsc -p .

copy-templates

if [ -e ./src/templates ]; then cp -a ./src/templates ./build/; fi

build

yarn format && yarn lint && yarn clean-build && yarn compile && yarn copy-templates

test

jest

watch

jest --watch

snapupdate

jest --updateSnapshot

coverage

jest --coverage

start

bin/cli
npm i @immowelt/aws-swiss-knife

Metadata

  • MIT
  • Whatever
  • Immowelt AG
  • released 3/18/2021

Downloads