1.0.1 • Published 1 year ago

pkg-poleodev-template v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

COMMAND TO INSTALL ALL MAIN DEPS


npm i --save-dev ts-node @types/node jest @types/jest copy-files rimraf  @commitlint/config-conventional @commitlint/cli husky semantic-release @semantic-release/changelog @semantic-release/git @typescript-eslint/eslint-plugin @typescript-eslint/parser

SEMANTIC RELEASE WITH NPM PUBLISH

  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    "@semantic-release/changelog",
    "@semantic-release/npm",
    "@semantic-release/github",
    "@semantic-release/git"
  ],