All Projects → asfktz → Devtools Playground

asfktz / Devtools Playground

Licence: mit
Standalone Devtools for prototyping & debugging

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Devtools Playground

Debugtron
Debug in-production Electron based app
Stars: ✭ 480 (+152.63%)
Mutual labels:  electron-app, debugging-tool
Livepython
Visually trace Python code in real-time.
Stars: ✭ 2,456 (+1192.63%)
Mutual labels:  electron-app, debugging-tool
Projectvisbug
FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
Stars: ✭ 4,694 (+2370.53%)
Mutual labels:  inspector, debugging-tool
Chrome Protocol Proxy
Chrome DevTools Protocol Proxy - intelligent proxy for debugging purposes
Stars: ✭ 94 (-50.53%)
Mutual labels:  debugging-tool, chrome-devtools
Capturecalls.js
captureCalls('document.getElementById') to show a stack trace for document.getElementById on its every call
Stars: ✭ 112 (-41.05%)
Mutual labels:  debugging-tool, chrome-devtools
Electron Inject
Inject javascript into closed source electron applications e.g. to enable developer tools for debugging.
Stars: ✭ 150 (-21.05%)
Mutual labels:  electron-app, debugging-tool
Ololog
A better console.log for the log-driven debugging junkies
Stars: ✭ 141 (-25.79%)
Mutual labels:  debugging-tool, chrome-devtools
Nim
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.
Stars: ✭ 168 (-11.58%)
Mutual labels:  inspector, chrome-devtools
Handout
Turn Python scripts into handouts with Markdown and figures
Stars: ✭ 1,973 (+938.42%)
Mutual labels:  prototyping
Proxyman
Modern and Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
Stars: ✭ 2,571 (+1253.16%)
Mutual labels:  debugging-tool
Hydrogen
A Git Based Task, Note, Todo Management Tool
Stars: ✭ 162 (-14.74%)
Mutual labels:  electron-app
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+948.95%)
Mutual labels:  electron-app
Simfix
Automatically fix programs by leveraging existing patches from other projects and similar code snippets from the faulty project.
Stars: ✭ 173 (-8.95%)
Mutual labels:  debugging-tool
Pencil
DEPRECATED: Multiplatform GUI Prototyping/Wireframing
Stars: ✭ 1,941 (+921.58%)
Mutual labels:  prototyping
Motorhead
A Rails Engine framework that helps safe and rapid feature prototyping
Stars: ✭ 182 (-4.21%)
Mutual labels:  prototyping
Sketchize
Sketchize is built for UI/UX Designers to help them design lovely apps for mobile, tablet, and desktop devices.
Stars: ✭ 162 (-14.74%)
Mutual labels:  prototyping
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (-15.26%)
Mutual labels:  electron-app
Eeducation
e-education solutions(Agora Reference Design)
Stars: ✭ 187 (-1.58%)
Mutual labels:  electron-app
Baritone
Spotify controls that live in your menubar.
Stars: ✭ 178 (-6.32%)
Mutual labels:  electron-app
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (-10%)
Mutual labels:  prototyping

devtools-playground

Standalone Devtools for prototyping & debugging.

Features

  • Standalone DevTools
  • Live reloading
  • Support for ES modules (import/export)
  • Built on top of electron, which means that both Node.js modules & the Browser's APIs are available

Install

npm i -g devtools-playground

Usage

Run:

devtools ./file.js

It'll open Devtools and reload automatically on every file change.

ES Modules

By default, it uses commonJS modules. But you can enable support for ES module too:

devtools ./file.js --esm

It uses @std/esm under the hood


Inspired by Jam3/devtool

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].