Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 552 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 552 Bytes

Cake.Npm.Module

Cake.Npm.Module is a Module for Cake, which extends it with a new IPackageInstaller for installing tools using the Node.js package manager (npm).

npm is the package manager for JavaScript and the default for Node.js. Npm consists of both the npm client and the npm registry available at npmjs.org. This module supports basic package installation including specific versions, tags, install behaviour and custom registries.

Check the documentation here for more information.