Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 874 Bytes

DEVELOPER.md

File metadata and controls

51 lines (33 loc) · 874 Bytes

Developer Documentation for MyBC

Source code is hosted at GitHub:

https://github.com/jbuhacoff/nodejs-mybc-util

Updating dependencies

Update NPM itself (replace 10.8.3 with the most recent version):

sudo npm install -g [email protected]

Install dependencies:

npm install

Check for dependencies that need to be updated:

npm audit

To update dependencies, edit their versions in package.json and then run npm install.

Install from source

To install the tool from the source directory:

npm pack
sudo npm install -g jbuhacoff-mybc-1.0.6.tgz

Note that the archive file name with version number on the second line is whatever was printed at the end of the npm pack command.

You can then check it was installed successfully:

which mybc