Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/kargo
Tiny download manager
https://github.com/motemen/kargo
Last synced: 3 days ago
JSON representation
Tiny download manager
- Host: GitHub
- URL: https://github.com/motemen/kargo
- Owner: motemen
- License: mit
- Created: 2013-12-24T11:19:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T15:25:42.000Z (almost 11 years ago)
- Last Synced: 2024-11-30T21:25:40.545Z (2 months ago)
- Language: Ruby
- Homepage: http://localhost/
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kargo
Tiny download manager; no packages, no dependency resolving. Keep your project's dependencies just by writing `Kargofile`.
## Installation
$ gem install kargo
## Usage
```
% cat Kargofile
components/bootstrap git://github.com/twbs/bootstrap
components/font-awesome zip:http://fontawesome.io/assets/font-awesome-4.0.3.zip#font-awesome-4.0.3
``````
% kargo
download components/bootstrap (git://github.com/twbs/bootstrap)
Cloning into 'components/bootstrap'...
...
download components/font-awesome (zip:http://fontawesome.io/assets/font-awesome-4.0.3.zip#font-awesome-4.0.3)
######################################################################## 100.0%
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request