Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyshort/grunt-component-install
Install dependencies for multiple components
https://github.com/anthonyshort/grunt-component-install
Last synced: 24 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T06:24:00.000Z (about 11 years ago)
- Last Synced: 2024-09-16T06:01:30.963Z (about 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
![screenshot](http://f.cl.ly/items/1n0r3v312x0z1J2C2d0j/Screen%20Shot%202013-07-30%20at%208.44.54%20AM.png)
## Install
npm install grunt-component-install --save-dev
## Usage
componentinstall: {
all: {
src: ['my-components/*']
}
}