Compare Chrome extensions: Scratch JS vs Gulp Devtools

Stats Scratch JS Scratch JS Gulp Devtools Gulp Devtools
User count 26,193+ 738
Average rating 4.40 4.67
Rating count 110 9
Last updated 2019-02-27 2014-05-15
Size 1.01M 601.09K
Version 0.0.25 0.0.2
Short description
Write and execute ES6/ES2015 within DevTools! An extension to run gulp task from chrome devtools
Full summary

This extension is an add-on for DevTools which integrates both the Traceur and Babel transpilers, allowing you to test out the new JS features coming with ECMAScript 6, also known as ES6 or ES2015. It also supports CoffeeScript, LiveScript and more compile-to-JS languages will be added soon.

Please report issues here: https://github.com/richgilbank/Scratch-JS/issues

Quick setup :

  • Download the gulp devtools extension from the Chrome Web Store.
  • If not already installed, run npm install -g gulp-devtools
  • Export gulp from your gulpfile.js by adding module.exports = gulp;
  • Run gulp-devtools in a directory with a gulpfile!
  • Open Chrome Dev tools, find the Gulp tab. Your gulp tasks should now be accessible from Chrome.

Project page: