Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 548 Bytes

@blockly/migrate Built on Blockly

A collection of tools that help with migrating apps built on Blockly to new versions of Blockly.

Example Usage

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

License

Apache 2.0