معرفی شرکت ها


cfn-cli-typescriptv2-plugin-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.
ویژگی مقدار
سیستم عامل -
نام فایل cfn-cli-typescriptv2-plugin-0.1.0
نام cfn-cli-typescriptv2-plugin
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Richard Simpson <richicoder1@outlook.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/cfn-cli-typescriptv2-plugin/
مجوز -
# CloudFormation Typescript (v2) Plugin This is a plugin for the [CloudFormation CLI](https://github.com/aws-cloudformation/cloudformation-cli) that enables the use of Typescript for resource providers, as well providing a number of other QoL improvments over the default TypeScript plugin. It can also be used for the development of JavaScript providers, though that has not be as tested. > **Warning** > This plugin is still in beta, and is not yet ready for production use. It is not recommended to use this plugin for any production workloads. ## Installation To install the plugin, run the following command: ```bash pip install cfn-cli-typescriptv2-plugin ``` The `cfn` cli will automatically detect the plugin and make it available as a language provider option. ## Usage Create and navigate to a new directory for your resource provider, and run the following command: ```bash cfn init ``` This will walk you through the process of creating a new resource provider. When asked for the language, select `Typescript (v2)`. This plugin automatically generates bindings from your schema file via the `npm run generate` command, and makes then available via the `.cfn` folder as `$cfn`. You should not need to interact with this folder directly, and should only update the schema file. See the generated `README.md` file for more information on how to use the generated bindings, and the general [CloudFormation CLI Documentation](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html) for more information on how to use the CloudFormation CLI, test your resource provider, and publish it.


نیازمندی

مقدار نام
>=0.2.0 cloudformation-cli
- bandit
- black
- pytest
- pytest-cov
- ruff


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

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


نحوه نصب


نصب پکیج whl cfn-cli-typescriptv2-plugin-0.1.0:

    pip install cfn-cli-typescriptv2-plugin-0.1.0.whl


نصب پکیج tar.gz cfn-cli-typescriptv2-plugin-0.1.0:

    pip install cfn-cli-typescriptv2-plugin-0.1.0.tar.gz