Skip to content
Greg Farris edited this page Mar 28, 2019 · 1 revision

npm is an indispensable tool in development of javascript, node application. NPM basically is the package manager for node. It helps with installing various packages and resolving their various dependencies. ... it is an online repository for the publishing of open-source Node.js projects.

KGrid uses npm and node as a build tool for KOs and have several CLI tools to aid the development and maintenance of the grid.

Our packages are scoped as kgrid. For example we have a release cli which can be found @ https://www.npmjs.com/package/@kgrid/release-cli

Clone this wiki locally