Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```