https://github.com/anthonyshort/grunt-component-install
Install dependencies for multiple components
https://github.com/anthonyshort/grunt-component-install
Last synced: about 2 months ago
JSON representation
Install dependencies for multiple components
- Host: GitHub
- URL: https://github.com/anthonyshort/grunt-component-install
- Owner: anthonyshort
- Created: 2013-07-29T11:53:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T06:24:00.000Z (over 11 years ago)
- Last Synced: 2025-03-01T01:26:00.827Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grunt-component-install
=======================Install dependencies for multiple components

## Install
npm install grunt-component-install --save-dev
## Usage
componentinstall: {
all: {
src: ['my-components/*']
}
}