No description
Find a file
2023-12-10 09:54:03 -05:00
.github/workflows tell vite the base 2023-08-31 17:40:07 -04:00
.vscode add variable blocks for generators 2023-08-31 12:45:43 -04:00
src make code isomorphic, quick export script 2023-12-08 12:52:04 -05:00
.eslintrc.js add eslint 2023-12-07 16:54:28 -05:00
.gitattributes Initial commit 2023-08-31 09:02:19 -04:00
.gitignore ignore export dir 2023-12-08 12:51:17 -05:00
.npmignore Initial commit 2023-08-31 09:02:19 -04:00
.tool-versions Initial commit 2023-08-31 09:02:19 -04:00
export_blockly.js cleanup export script 2023-12-10 09:54:03 -05:00
index.html default workspace blocks 2023-08-31 09:31:45 -04:00
package-lock.json add eslint 2023-12-07 16:54:28 -05:00
package.json make code isomorphic, quick export script 2023-12-08 12:52:04 -05:00
README.md Initial commit 2023-08-31 09:02:19 -04:00
vite.config.js tell vite the base 2023-08-31 17:40:07 -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.