@stripchatdev/create-stripchat-extension
v0.1.34
Published
CLI tool for creating new Stripchat extension projects.
Downloads
2,821
Readme
create-stripchat-extension
CLI tool for creating new Stripchat extension projects.
The generated project includes a Vite build setup, extension manifest, slot entry points, and a resolveSlotPage resolver -- everything needed to start developing and building an extension. Read the docs to learn more.
Quick start
With NPM:
npm create @stripchatdev/stripchat-extension@latestWith Yarn:
yarn dlx @stripchatdev/create-stripchat-extension@latestWith PNPM:
pnpm create @stripchatdev/stripchat-extension@latestWith Bun:
bun create @stripchatdev/stripchat-extension@latestThen follow the prompts to set up your new extension project.
You can also provide options directly via CLI arguments. For example:
npm create @stripchatdev/stripchat-extension@latest -- --name=my-extension --category=games-and-fun