rtfd-cli

CLI to download docs from ReadTheDocs.org


Keywords
readthedocs, cli, rtfd-cli
License
MIT
Install
pip install rtfd-cli==0.2.2

Documentation

RTFD-CLI

CLI to download documentations from ReadTheDocs.org

Installation & Usage:

sudo pip install -U rtfd-cli

or

sudo python setup.py install

Run it using rtfd-cli

usage: rtfd-cli [-h] [-o OUTPUT_DIRECTORY] [-c] [QUERY [QUERY ...]]

Download docs right from the Command-Line

positional arguments:
  QUERY                 name of the project

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT_DIRECTORY, --output-directory OUTPUT_DIRECTORY
                        custom output directory
  -c, --color           colorize or style text

Contributing:

Any PR's in bug fixes, features and documentation are most welcome!

License:

The MIT License