fix-set

v0.3.4
Lets you define prefix and suffix rules to test strings against.
filter set

nodemon

nodemon -r source-map-support/register

watch:doc

nodemon --exec "npm run doc" -w README.hbs

watch:ts

tsc --watch

watch

concurrently 'npm run watch:doc' 'npm run watch:ts'

build

rm -rf lib && tsc && npm run doc

lint

tslint --project ./tsconfig.json

test

cross-env NODE_ENV=test mocha --async-only --check-leaks --require ts-node/register test/*.ts

posttest

tsc --noemit && npm run lint && nsp check

test:cover

cross-env NODE_ENV=test nyc mocha --async-only --check-leaks --require ts-node/register test/*.ts

map

node -r source-map-support/register

doc

npm run tsfordoc && jsdoc2md --files 'doc-lib/**/*.js' --configure jsdoc.json --template README.hbs > README.md && doctoc README.md && rm -rf doc-lib

tsfordoc

tsc --rootDir src --outDir 'doc-lib' --module esnext --target esnext --sourceMap false --declaration false --removeComments false

preversion

npm run test:cover && npm run posttest && npm run build && git add README.md

postversion

git push && git push --tags && npm publish
npm i fix-set

Metadata

  • MIT
  • Whatever
  • Özüm Eldoğan
  • released 9/6/2018

Downloads

Maintainers