@blockly/dev-scripts

Configuration and scripts for Blockly plugins.

Usage no npm install needed!

<script type="module">
  import blocklyDevScripts from 'https://cdn.skypack.dev/@blockly/dev-scripts';
</script>

README

@blockly/dev-scripts Built on Blockly

This package includes scripts and configuration files used by Blockly plugins.

Available Scripts

blockly-scripts start

Runs the package in development mode.

Open http://localhost:3000/test to view the test playground in the browser. The page will reload if you make edits.

blockly-scripts build

Builds the package into the dist directory.

blockly-scripts lint

Runs eslint on the src and test directories.

blockly-scripts clean

Deletes the dist and build directories if they exist.