create-bolt-plugin

1.0.0 • Public • Published

create-bolt-plugin

A CLI tool to scaffold Bolt plugins with React support.

Usage

# Using npm
npx create-bolt-plugin

# Or install globally
npm install -g create-bolt-plugin
create-bolt-plugin

Features

  • Scaffold UI, middleware, or hybrid plugins
  • TypeScript support
  • Built-in React support
  • Automatic bundling with esbuild
  • Plugin packaging system

Plugin Types

  • UI Plugins: Create React components for various UI slots
  • Middleware Plugins: Process data in the middleware pipeline
  • Hybrid Plugins: Combine both UI and middleware functionality

Development

# Install dependencies
npm install

# Build
npm run build

# Run tests
npm test

License

MIT

Package Sidebar

Install

npm i create-bolt-plugin

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

12.2 kB

Total Files

3

Last publish

Collaborators

  • anirbankar21