1.0.4 • Published 1 year ago

create-clarity-feature v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

create-clarity-feature

This CLI helps you get started on developing a custom feature for Clarity. Use the following command:

npx create-clarity-feature@latest
# or
yarn create clarity-feature
# or
pnpm create clarity-feature
# or
bunx create-clarity-feature

create-clarity-feature will ask you for the name of your project, whether you want to use TypeScript, and various other options.

Once the project is created, it will install react, @jcoreio/clarity-feature-api, @jcoreio/clarity-feature-toolkit, and other dependencies you need to get started.