Skip to content

mordy-python/code-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Fetch

PyPi Version Maintained Top Languages

Code fetch is a command line tool for fetching code from a single file on GitHub instead of cloning the whole repository.

Installation

Install the package from PyPi:

pip install code_fetch or pip3 install code_fetch

Install the package from source:

git clone https://github.com/mordy-python/code-fetch.git

cd code-fetch

python setup.py install

Usage

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages