blockly-samples/plugins at main · RaspberryPiFoundation/blockly-samples

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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.

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.