@riff-tech/code-checkout-vscode-cli
v1.0.12
Published
CLI tool for code-checkout platform integration for VSCode Extensions
Readme
Code Checkout VSCode CLI
A command-line interface for integrating your VSCode Extension with the code-checkout platform.
Installation
npm install -g code-checkout-vscode-cliUsage
Interactive Setup (Recommended)
Simply run:
code-checkoutThis will guide you through all the steps:
- Authentication (login or create account)
- Stripe account integration
- Software registration
- Pricing setup
- Project initialization
Individual Commands
If you need to run specific steps individually:
# Interactive setup (same as running without command)
code-checkout init
# Log in or create an account
code-checkout login
# Link Stripe account
code-checkout link-stripe
# Create software record
code-checkout create-software
# Set up pricing
code-checkout create-pricing
# Run initialization script
code-checkout run-script
# Log out
code-checkout logoutDevelopment
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build - Link for local development:
npm link
License
ISC
