A CLI tool to scaffold Bolt plugins with React support.
# Using npm
npx create-bolt-plugin
# Or install globally
npm install -g create-bolt-plugin
create-bolt-plugin
- Scaffold UI, middleware, or hybrid plugins
- TypeScript support
- Built-in React support
- Automatic bundling with esbuild
- Plugin packaging system
- 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
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
MIT