No description
Find a file
2023-08-31 12:28:50 -04:00
.vscode bring in our core common blocks 2023-08-31 12:00:59 -04:00
src sort blocks: custom+xml and common 2023-08-31 12:28:50 -04:00
.gitattributes Initial commit 2023-08-31 09:02:19 -04:00
.gitignore Initial commit 2023-08-31 09:02:19 -04:00
.npmignore Initial commit 2023-08-31 09:02:19 -04:00
.tool-versions Initial commit 2023-08-31 09:02:19 -04:00
index.html default workspace blocks 2023-08-31 09:31:45 -04:00
package-lock.json Initial commit 2023-08-31 09:02:19 -04:00
package.json Initial commit 2023-08-31 09:02:19 -04:00
README.md Initial commit 2023-08-31 09:02:19 -04:00
vite.config.js default workspace blocks 2023-08-31 09:31:45 -04:00

Blockly Tooling

A custom Blockly app needs to:

  • define custom blocks
  • define toolboxes of common and custom blocks
  • define workspace settings, starting blocks, rules
  • define custom generators
  • install and configure Blockly plugins and extensions

This project tries to streamline all that into one place for dev and testing, with an import/export story to interop with tooling and production exports for embedding in other apps.