Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@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.

Run npm install at the root of blockly-samples, rather than from each individual plugin subdirectory. You can also run other commands such as npm run format that will act on all plugins simultaneously.