Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 312 Bytes

BUILD.md

File metadata and controls

20 lines (13 loc) · 312 Bytes

Building Maximo Rest Client for NodeJS

Quick Start

This assumes that you have a git client and that nodejs is installed.

git clone [email protected]:ibm-maximo-dev/maximo-nodejs-rest-client.git
cd maximo-nodejs-rest-client
npm install
npm start

Generating JSDoc

npm run jsdoc