Skip to content

Files

This branch is 199 commits behind google/blockly-samples:master.

plugins

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 16, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 22, 2024
Feb 8, 2024
Dec 14, 2023
Feb 20, 2024
Feb 8, 2024
Feb 8, 2024
Dec 14, 2023
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 16, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Dec 14, 2023
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Dec 14, 2023
Dec 14, 2023
Jan 9, 2024
Dec 14, 2023
Dec 14, 2023
Dec 14, 2023
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Apr 22, 2020
Oct 26, 2023
Oct 26, 2023

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