1.11.4 • Published 2 years ago

mony-export v1.11.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

MONY-EXPORT

Setup

  1. install all modules : npm install
  2. create local repo : npm link
  3. type npm link mony-export at api-gateway folder or another service folder.

Setup NPM Install

  1. install all modules : Create file .npmrc in root project directory and fill with this registry = http://npm.harmony.co.id and type npm install.
  2. Publish this package : npm version <release or beta version number (1.0.0 or 1.0.0-beta.0)>
  3. For use this package in other project : Create file .npmrc in root project directory and fill with this registry = http://npm.harmony.co.id and type npm install mony-export to get latest release version or npm install mony-export@version at api-gateway project or another node project.