@promentor-app/shared-lib

v1.0.40

Published

shared library for the application

Downloads

46

Readme

Shared npm library for the project

install package

  • npm
    npm install @promentor-app/shared-lib
  • yarn
    yarn add @promentor-app/shared-lib

CI/CD

content

  • shared code for projects
  • setup unit test with morcha
  • setup Type Script, eslint and Prettier
  • githook with husky
  • setup CI pipeline for run Unit test, Snyk securiy check and SonarCloud quelity check with GitHub actions
  • CD pipeline for publish package to NPM Registry with GitHub actions

Reference:

  • https://snyk.io/blog/best-practices-create-modern-npm-package/