@blockly Plugins

This directory is where Blockly plugins are authored and stored. These plugin packages are released to npm under the @blockly scope.

A full list of published packages can be found by searching for the @blockly tag on npm.

Plugins

Fields

Blocks

Dev

Other

Using Lerna

Lerna is being used to manage all the packages released under the @blockly npm scope.

When you first check out the repo, or if additional packages are added, run npm run boot from the project root to bootstrap all packages.

Once you’ve bootstrapped the packages, you no longer need to run npm install in each of the packages.