code fetch
1.0.0
O código Fetch é uma ferramenta de linha de comando para buscar código de um único arquivo no GitHub em vez de clonar todo o repositório.
Instale o pacote da Pypi:
pip install code_fetch ou pip3 install code_fetch
Instale o pacote da fonte:
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.