1.0.0 • Published 6 months ago

create-bolt-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

1.0.0

6 months ago