@tsparticles/cli-create
v4.3.2
Published
tsParticles CLI - Create command only
Downloads
164
Readme
@tsparticles/cli-create
Minimal CLI for scaffolding tsParticles packages. This is a thin wrapper around @tsparticles/cli-command-create.
Installation
npm install --save-dev @tsparticles/cli-create
# or
pnpm add -D @tsparticles/cli-create
# or
yarn add -D @tsparticles/cli-createUsage
tsparticles-create [options]The wrapper automatically prepends create when omitted, so these are equivalent:
tsparticles-create plugin my-plugin
tsparticles-create create plugin my-pluginSupported subcommands:
bundleeffectinteractionpalettepathpluginpresetshapeupdater
For full examples, see cli/commands/create/README.md.
