Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.npm.module
- Owner: cake-contrib
- License: mit
- Created: 2017-03-19T13:46:45.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-22T21:15:19.000Z (8 months ago)
- Last Synced: 2024-05-22T22:27:47.109Z (8 months ago)
- Topics: cake-build, cake-module, hacktoberfest
- Language: C#
- Homepage: https://cake-contrib.github.io/Cake.Npm.Module/
- Size: 2.31 MB
- Stars: 1
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.