167

v0.43.0
Type-safe functional utilities

build

rm -rf lib* && yarn build:commonjs && yarn build:es2015

build:commonjs

tsc -P .config/tsconfig.commonjs.json

build:es2015

tsc -P .config/tsconfig.es2015.json

changelog

conventional-changelog -i CHANGELOG.md -s -r 0 -p angular

clean

rimraf lib lib.es2015

commit

git-cz

commitmsg

validate-commit-msg

postchangelog

git add CHANGELOG.md && git commit -m 'docs(CHANGELOG): amend changelog'

postversion

npm run changelog && git push origin master --tags && npm publish

preversion

yarn test && yarn build

release:major

npm version major -m 'chore(package): v%s'

release:minor

npm version minor -m 'chore(package): v%s'

test

yarn test:lint && yarn test:unit

test:lint

tslint 'src/*.ts' 'src/**/*.ts'

test:unit

mocha -r ts-node/register 'src/**/*.test.ts'

test:one

mocha -r ts-node/register
npm i 167

Metadata

  • MIT
  • Whatever
  • Tylor Steinberger
  • released 10/7/2017

Downloads

Maintainers