معرفی شرکت ها


Generatrix-1.0.19


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generates repo contents markdown
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Generatrix-1.0.19
نام Generatrix
نسخه کتابخانه 1.0.19
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Fernando A. Balandran
ایمیل نویسنده fredz0003@gmail.com
آدرس صفحه اصلی https://github.com/kodaman2/generatrix_py
آدرس اینترنتی https://pypi.org/project/Generatrix/
مجوز MIT
# Generatrix Py A utility script that generates a list of branches/tags as url markdown. Useful when making tutorials, and creating branches per each video or step of the tutorial. This gives the ability to the learner to go to the branch and download the branch as zip as needed. Also it keeps some sort of sanity for the creator to avoid having to track down zip files and what not, just let git and generatrix do the work. # Dependencies Not much is needed for this to run, most is installed by default on unix based systems. For windows you might need to install dependencies, but if you work with python and git you might have them already. - Python - Pip - git - git username configured or else give it as an argument # Install ``` pip install Generatrix ``` # Usage cd into your git repo folder that has remote branches/tags, and the command would be: To return all branches and tags markdown: ``` gtrix ``` ``` gtrix -u "username" ``` If you'd rather like to work with tags only: ``` gtrix -t ``` # Contributions Open to suggestions, and contributions.


نحوه نصب


نصب پکیج whl Generatrix-1.0.19:

    pip install Generatrix-1.0.19.whl


نصب پکیج tar.gz Generatrix-1.0.19:

    pip install Generatrix-1.0.19.tar.gz