Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gruntjs/clone-repos
Quickly clone all gruntjs repos (for grunt development)
https://github.com/gruntjs/clone-repos
Last synced: about 2 months ago
JSON representation
Quickly clone all gruntjs repos (for grunt development)
- Host: GitHub
- URL: https://github.com/gruntjs/clone-repos
- Owner: gruntjs
- Created: 2012-10-25T18:02:37.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T14:47:15.000Z (almost 4 years ago)
- Last Synced: 2024-05-09T19:31:44.937Z (8 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickly clone all gruntjs repos (for grunt development)
```bash
mkdir gruntjs
cd gruntjs
curl -fsSLO https://raw.github.com/gruntjs/clone-repos/master/clone-repos
chmod +x clone-repos
./clone-repos
```