code fetch
1.0.0
Fetch 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.