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.