Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 759 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 759 Bytes

Usage

To integrate in your application, see skeleton/web

Contributing

Installation

lerna

See also: https://github.com/lerna/lerna#getting-started

  • Install lerna globally
    npm i -g lerna

maxdome-node-libs

  • After clone bootstrap all packages
    git clone https://github.com/maxdome/maxdome-node-libs.git
    cd maxdome-node-libs
    lerna bootstrap

Publishing

  • Commit and push all changes without changing versions in the package.json
  • lerna
    lerna publish
  • Select for all changed packages major, minor or patch for version bumping

Check dependencies for vulnerabilities

npm run nsp