library-template-rdontsov

v0.0.5

build

tsc

start

echo "Error: no start specified" && exit 1

test

jest

format

prettier --write "src/**/*.ts"

lint

tslint -p tsconfig.json

prepare

npm run build

prepublishOnly

npm test && npm run lint

preversion

npm run lint

version

npm run format && git add -A src

postversion

git push && git push --tags

push

npm publish --access public
npm i library-template-rdontsov

Metadata

  • ISC
  • Whatever
  • Roman Dontsov
  • released 11/26/2020

Downloads

Maintainers