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.