@clicka1/clicka
v0.1.5
Published
CLI for onboarding client websites to Clicka booking.
Readme
@clicka1/clicka
CLI for onboarding a client website to Clicka booking.
Intended Flow
- In Clicka, create the salon record from
/pa. - Save the salon slug.
- In the client website repo, run:
npx @clicka1/clicka initIf you want the direct executable form after install or via npm exec, use:
clicka1 initThe CLI then:
- installs
@clicka1/booking - creates a
ClickaProvider - mounts it in the root layout
- adds example env variables
It does not create the salon tenant itself.
