A collection of tools that help with migrating apps built on Blockly to new versions of Blockly.
npx @blockly/migrate rename --from 6 --in-place ./path/to/my/files*
npx @blockly/migrate rename --from 6 --to 7 --in-place ./path/to/my/files*
Use help
subcommand for more info.
npx @blockly/migrate help
npx @blockly/migrate help 6
Apache 2.0