معرفی شرکت ها


ds-create-0.2.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple CLI program for creating program templates.
ویژگی مقدار
سیستم عامل -
نام فایل ds-create-0.2.1
نام ds-create
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Austin Poor
ایمیل نویسنده austinpoor@gmail.com
آدرس صفحه اصلی https://github.com/a-poor/ds-create
آدرس اینترنتی https://pypi.org/project/ds-create/
مجوز -
# ds-create _created by Austin Poor_ A simple CLI program (inspired by _create-react-app_) for creating program templates. ## To Install ```bash pip install ds-create ``` ## To Run Instructions are formatted as follows: ```bash ds-create [command] -n [template-name] ``` List of commands: * `snap`: save a new template * `create`: extract template contents * `update`: update template * `delete`: delete template * `list`: list templates or list template contents ### List Templates List all templates: ```bash ds-create list ``` List info for template `app-template`: ```bash ds-create list -n app-template ``` ### Save a Template To save the current directory as a new template called `app-template`, run the following: ```bash ds-create snap -n app-template ``` ### Create from Template Extract the contents of `app-template` in the current directory: ```bash ds-create create -n app-template ``` ### Update from Template Update the contents of `app-template` in the current directory: ```bash ds-create update -n app-template ``` ### Delete a Template Delete template `app-template`: ```bash ds-create delete -n app-template ``` Delete all templates (you'll be prompted for confirmation): ```bash ds-create delete ```


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl ds-create-0.2.1:

    pip install ds-create-0.2.1.whl


نصب پکیج tar.gz ds-create-0.2.1:

    pip install ds-create-0.2.1.tar.gz