Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cake-contrib/cake.npm.module

:cake: :wrench: 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).
https://github.com/cake-contrib/cake.npm.module

cake-build cake-module hacktoberfest

Last synced: 23 days ago
JSON representation

:cake: :wrench: 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).

Awesome Lists containing this project

README

        

# 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](https://cake-contrib.github.io/Cake.Npm.Module/) for more information.