0.0.0-experimental.6 • Published 3 years ago

rzp v0.0.0-experimental.6

Weekly downloads
7
License
UNLICENCED
Repository
-
Last release
3 years ago

Razorpay CLI WIP

NOT READY FOR PROD USE

Setup Razorpay Payment Gateway from CLI

With Node.js installed, you can run the following command-

Use

npx rzp gateway <project-name>
npx rzp gateway my-payment-gateway

This command will output directories in following format-

my-payment-gateway
| - frontend/
| - backend/
  - README.md

Example

Click the preview to watch full Demo-

Typing above command then entering razorpay api id then running the code to see output with pay button which opens razorpay payment widget

Run Payment Gateway

After running above commands, you will get a README.md file in the output which will have information about running the code.

In most of the cases, it will be a single line command to start the frontend and backend servers.


A tool by saurabhdaware for FTX Hackathon 🌻