https://github.com/flet/git-em-all
:dog: Clone/Pull an array of git repositories as fast as possible.
https://github.com/flet/git-em-all
Last synced: 3 months ago
JSON representation
:dog: Clone/Pull an array of git repositories as fast as possible.
- Host: GitHub
- URL: https://github.com/flet/git-em-all
- Owner: Flet
- License: isc
- Created: 2015-10-12T23:13:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T23:14:35.000Z (over 9 years ago)
- Last Synced: 2025-01-23T20:38:14.308Z (5 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# git-em-all
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url][npm-image]: https://img.shields.io/npm/v/git-em-all.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/git-em-all
[travis-image]: https://img.shields.io/travis/Flet/git-em-all.svg?style=flat-square
[travis-url]: https://travis-ci.org/Flet/git-em-all# :warning: WORK IN PROGRESS
Clone/Pull an array of git repostories as fast as possible.
## Install
```
npm install git-em-all
```## Usage
```js
var gitEmAll = require('git-em-all')
```## Contributing
Contributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.
## License
[ISC](LICENSE)