Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bltavares/deprepos
https://github.com/bltavares/deprepos
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bltavares/deprepos
- Owner: bltavares
- Created: 2015-10-07T21:59:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T22:19:19.000Z (about 9 years ago)
- Last Synced: 2024-04-14T19:36:05.918Z (7 months ago)
- Language: Shell
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deprops
## Like Gemfiles for your repo dependenciesDefine 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 (?)