@croffledev/croffle-cli
v1.1.3
Published
CLI for scaffolding, building, and packaging Croffle extensions
Readme
@croffledev/croffle-cli
CLI for scaffolding, building, and packaging Croffle extensions.
pnpm dlx @croffledev/croffle-cli create my-extension
# or
pnpm dlx create-croffle-plugin my-extensionpnpm dlx @croffledev/croffle-cli build
pnpm dlx @croffledev/croffle-cli packExtension types live in @croffledev/croffle-types (ExtensionContext, ExtensionInfo, …).
Manifest file is croffle-manifest.json (id, name, version, author, main?, engines?, contributes?).
In activated(ctx), prefer ctx.storage / ctx.session / ctx.configuration (id is bound); host UI keeps using croffle.extensions.*.
