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.