mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-03-11 04:46:58 +01:00
Add pypi info to readme
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
github-backup
|
github-backup
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|PyPI| |Python Versions|
|
||||||
|
|
||||||
backup a github user or organization
|
backup a github user or organization
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
@@ -131,3 +133,7 @@ Backup a single organization repository with everything else (wiki, pull request
|
|||||||
# e.g. git@github.com:docker/cli.git
|
# e.g. git@github.com:docker/cli.git
|
||||||
github-backup $ORGANIZATION -P -t $ACCESS_TOKEN -o . --all -O -R $REPO
|
github-backup $ORGANIZATION -P -t $ACCESS_TOKEN -o . --all -O -R $REPO
|
||||||
|
|
||||||
|
.. |PyPI| image:: https://img.shields.io/pypi/v/github-backup.svg
|
||||||
|
:target: https://pypi.python.org/pypi/github-backup/
|
||||||
|
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/github-backup.svg
|
||||||
|
:target: https://github.com/albertyw/github-backup
|
||||||
|
|||||||
Reference in New Issue
Block a user