Skip to content

Yogendra0Sharma/mendix-nodejs-sdk

Repository files navigation

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