1.0.2 • Published 5 years ago

ms-ts-poc-lib v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

POC NPM Package

Scripts

  • prepare will run both before the package is packed and published, and on local npm install. Build the code here.
  • prepublishOnly will run before prepare and only on npm publish. Test and Lint here to validate code for style and function.
  • preversion will run prior to increasing version number. Ensure code is well formatted using lint.
  • version will run after increasing version number. A commit and version tag will be made at each version number increase. Code will be formatted prior to the commit.
  • postversion will run after the commit, so push the commit and the tag here.
  • build compile the code using tsc.
  • test test the code using jest and jestconfig.json
  • format use the prettier tool to format the code base.
  • lint use the tslint tool to test code against configured rules.