Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bltavares/deprepos


https://github.com/bltavares/deprepos

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# deprops
## Like Gemfiles for your repo dependencies

Define all your repo dependencies on a file external to your version control system.

## Installation
Clone the repo and link `bin/deprepos` into your `$PATH`.

## Example

Create a file called `example.repo.deps` with the following content:

```
git this/will/be/clone/here origin/stable https://example.com/here
```

By default, `deprepos` will read `repo.deps` on the current directory, but it
could be defined when running.

```bash
deprepos example.repo.deps
```

## Future work
- Mercurial (?)