1.1.1 • Published 10 months ago

payment-templates v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Payment Templates CLI

payment-templates is a CLI tool for adding payment method templates to your project. It supports various payment methods and allows you to quickly integrate them into your project.

Installation

To install the payment-templates CLI tool globally, use the following command:

  1. Install ts-node globally:
npm install -g ts-node
npm install -g payment-templates

Usage

After installation, you can use the payment-templates command to add payment method templates to your Backend project. The basic syntax is:

npx payment-templates add <method>

Commands

  • add <method>: Adds a payment method template for the specified project.

Available Methods

  • Stripe: Adds a Stripe payment method template.
  • RazorPay: Adds a Razorpay payment method template.

Examples

Adding Stripe Template

To add a Stripe payment method template for a project, run:

npx payment-templates add Stripe

Adding Razorpay Template

To add a Razorpay payment method template for a project, run:

npx payment-templates add RazorPay

After Running the Command:

npx payment-templates add RazorPay
  • The CLI tool includes authentication setup files to help you configure secure payment processing. For more details on how to use these files, refer to the auth-typescript-template-package repository.

License

This project is licensed under the ISC License.

Contributions

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Contact

For questions or feedback, reach out to us at avikm744@gmail.com.

1.1.1

10 months ago

1.1.0

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago