Skip to content

Google blockly project, used for rdoc currently. Need to customize the block to server our purpose

License

Notifications You must be signed in to change notification settings

trendscenter/coins-blockly

Repository files navigation

COINS Blockly

Forked copy of google's blocky project with some modifications for use in the rdoc tool

Upstream source

Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.

The project page is https://developers.google.com/blockly/

External Dependencies

  • python2.7
  • unix system

Internal Dependencies

  • The blockly project is built using the google closure tool kit which is required when building this project.
  • This dependancy is met via the included npm package google-closure-library however the blocky project expects the closure source files to be located in it's own project folder.
  • To accommodate this requirement there is a postinstall step which creates a symlink in the expected path which points back to the installed npm module.

Usage

npm i
npm run build

Output

  • The minified js bundle can be found in build/js/coins-blockly.js

About

Google blockly project, used for rdoc currently. Need to customize the block to server our purpose

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published