Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.57 KB

Mendix-Nodejs-SDK

Nodejs SDK for the Mendix APIs

SDK for Mendix APIs and Command Line Interface for Mendix

Node.js CI The MIT License Language grade: JavaScript npm npm GitHub code size in bytes GitHub last commit

Full documentation

The full documentation can be found at #

Installing the library

There are several ways to install the library. The most common one is via npm registry:

# install the latest stable library from the npm registry
npm install @yogendra0sharma/mendix-nodejs-sdk --save
# install the latest alpha library from the npm registry
npm install @yogendra0sharma/mendix-nodejs-sdk@alpha --save

Getting started