Skip to content

Latest commit

 

History

History
 
 

plugins

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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

Themes

Workspace

Serializers

Toolbox

  • @blockly/toolbox-search: A toolbox category that provides a search field to filter the available blocks in the toolbox.

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.