Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 726 Bytes

File metadata and controls

34 lines (22 loc) · 726 Bytes

Shared npm library for the project

install package

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

CI/CD

CI/CD diagram

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: