You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a single runner script that uses functionality from fetch_repos.py and generate_markdown.py based on the argument (fetch / save) passed to it.
Usage examples:
<package_name> fetch faheel
# same as ./fetch_repos.py faheel<package_name> save faheel
# same as ./generate_markdown.py faheel<package_name> save faheel --format=table
# same as ./generate_markdown.py faheel -o table
The text was updated successfully, but these errors were encountered:
faheel
changed the title
Reorganise scripts and package them to be published on PyPI
Reorganise scripts to be packaged and published on PyPI
May 19, 2018
Have a single runner script that uses functionality from
fetch_repos.py
andgenerate_markdown.py
based on the argument (fetch
/save
) passed to it.Usage examples:
The text was updated successfully, but these errors were encountered: