code fetch
1.0.0
Code Fetch는 전체 저장소를 복제하는 대신 GitHub의 단일 파일에서 코드를 가져 오는 명령 줄 도구입니다.
PYPI에서 패키지 설치 :
pip install code_fetch 또는 pip3 install code_fetch
소스에서 패키지 설치 :
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.