Skip to content

csauvage/stripe-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe Generator

Generate a full set of Stripe fake data from command line

About

Installation

npm i -g stripe-generator or if you love yarn yarn global add stripe-generator

Setup

You need to provide your Stripe private key or a resticted key thought a .striperc or stripe.config.json file in the directory you'll run the CLI app with this scheme :

{
	"stripe_key": "pk_test_*******"
}

⚠️ Warning : The program will raise an exception if you try to give an live key, this tool is intented to generate FAKE DATASETS

** ✅ Pro tip : You can use one config file per project as it's a common practice to have separate Stripe accounts for separate projects **

Usage

Use

$ stripe-generator --help

or use the shorthand

$ stripegen --help

Contributing

See CONTRIBUTING.md

Licence

See LICENCE.md

Maintainers

Clément SAUVAGE

Credit

The stripe generator icon was made by my good friend Vicent a.k.a Webalys

About

A handful tool to generate fake data for Stripe, work both server side and using a CLI

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published