A tool for creating a Blockly plugin based on a pre-existing template.
npx @blockly/create-package my-plugin --type plugin
cd my-plugin
npm start
--type field: A field template.
--type block: A block template.
--type theme: A theme template.
--type plugin: A generic plugin template. (Default)
npx @blockly/create-package my-plugin --type plugin --typescript
Apache 2.0