Skip to content

A JavaScript/JSON compatible command line interface for Stripe

Notifications You must be signed in to change notification settings

willwhite/stripe-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stripe CLI

A JavaScript/JSON compatible port of Stripe::CLI.

This is a work in progress. Currently only listing is supported.

Installation

npm install -g stripe-cli

Configuration

Add your Stripe secret key to a JSON file located at ~/.striperc:

{
    "key": "sk_******************"
}

Usage

Run stripe or see USAGE.txt for usage information.

About

A JavaScript/JSON compatible command line interface for Stripe

Resources

Stars

Watchers

Forks

Packages

No packages published