Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreztz/gitget
https://github.com/andreztz/gitget
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreztz/gitget
- Owner: andreztz
- License: other
- Created: 2019-08-12T07:07:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T20:43:33.000Z (over 5 years ago)
- Last Synced: 2024-10-04T22:41:07.981Z (3 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitget
> Download a specific folder from a gitgub repository.
## Installation
OS X & Linux & Windows:
```sh
$ pip install gitget
```## Usage example
```sh
$ gitget https://github.com/boppreh/keyboard/tree/master/examples
```## Release History
- 1.0.3
- The first release## Meta
André P. Santos – [@ztzandre](https://twitter.com/ztzandre) – [email protected]
Distributed under the XYZ license. See `LICENSE` for more information.
[https://github.com/andreztz/gitget](https://github.com/andreztz/)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request