Getting started

Prerequisites

Install Node.js (version 10 or higher) if it is not already installed on your machine

Install NodPI CLI

The NodPI is a command-line interface that scaffolds a project or an extension by generating the basic code. The CLI provides the fastest way to get started with a Node API project that adheres to best practices.

Install the CLI globally by running

npm i -g nodpi

Last updated