This is the monorepo for packages used in creating Clarity plugins:
The mock environment and type definitions for the API plugins use to interface with Clarity
CLI for running plugins in a dev server and bundling/deploying plugins to Clarity
CLI for scaffolding a new Clarity plugin project
Use create-clarity-plugin
to create a plugin project and get started!
npx create-clarity-plugin@latest
# or
yarn create clarity-plugin
# or
pnpm create clarity-plugin
# or
bunx create-clarity-plugin