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

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.

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)