code fetch
1.0.0
Code Fetch es una herramienta de línea de comandos para obtener código de un solo archivo en GitHub en lugar de clonar todo el repositorio.
Instale el paquete desde PYPI:
pip install code_fetch o pip3 install code_fetch
Instale el paquete desde la fuente:
git clone https://github.com/mordy-python/code-fetch.git
cd code-fetch
python setup.py install
python -m code_fetch [OPTIONS] USER REPO FILE
Options:
--save Save the file to disk
--save-file TEXT The output file
--help Show this message and exit.