1.1.2 • Published 5 years ago

@maxdome/env v1.1.2

Weekly downloads
55
License
MIT
Repository
github
Last release
5 years ago

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