All Projects → hypermodules → dti

hypermodules / dti

Licence: MIT License
command-line electron devtools installer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dti

dirac-sample
An example integration of Dirac DevTools
Stars: ✭ 17 (-48.48%)
Mutual labels:  devtools
sapling
Sapling - A convenient way to traverse your React app in VS Code
Stars: ✭ 440 (+1233.33%)
Mutual labels:  devtools
ReSwiftMonitor
ReSwift+redeux dev tools
Stars: ✭ 13 (-60.61%)
Mutual labels:  devtools
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-42.42%)
Mutual labels:  devtools
cargo-testify
Watches changes in a rust project, runs test and shows friendly notification
Stars: ✭ 76 (+130.3%)
Mutual labels:  devtools
near-cli
General purpose command line tools for interacting with NEAR Protocol
Stars: ✭ 130 (+293.94%)
Mutual labels:  devtools
flip
Simple, lightweight, virtual IP management utility for moving IPs around nodes in response to cluster events.
Stars: ✭ 23 (-30.3%)
Mutual labels:  devtools
swr-devtools
Devtools for SWR
Stars: ✭ 17 (-48.48%)
Mutual labels:  devtools
InAppDevTools
Android library with a collection of tools for debugging, inspecting and reporting from within your own app
Stars: ✭ 26 (-21.21%)
Mutual labels:  devtools
laziness
Laziness is a set of tools for a better developer experience.
Stars: ✭ 18 (-45.45%)
Mutual labels:  devtools
portal
An api-driven, in-kernel layer 2/3 load balancer.
Stars: ✭ 101 (+206.06%)
Mutual labels:  devtools
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (-42.42%)
Mutual labels:  devtools
urql-devtools-exchange
The exchange for usage with Urql Devtools
Stars: ✭ 35 (+6.06%)
Mutual labels:  devtools
sidekick
A simple app to make Flutter development more delightful
Stars: ✭ 860 (+2506.06%)
Mutual labels:  devtools
compose-watcher
Watch volumes and restart services in docker compose
Stars: ✭ 27 (-18.18%)
Mutual labels:  devtools
devtools-tips
A collection of useful cross-browser DevTools tips
Stars: ✭ 81 (+145.45%)
Mutual labels:  devtools
badgee
Browser Console Improved
Stars: ✭ 26 (-21.21%)
Mutual labels:  devtools
setprotocol.js
🥞 Javascript library for a collateralized basket of ERC20 tokens
Stars: ✭ 57 (+72.73%)
Mutual labels:  devtools
page-walker
Chrome DevTools automation for desktop and mobile devices
Stars: ✭ 18 (-45.45%)
Mutual labels:  devtools
dart-redux-remote-devtools
Remote Devtools for Dart & Flutter
Stars: ✭ 50 (+51.52%)
Mutual labels:  devtools

dti

Build Status

Command-line Electron Developer Tools Installer.

  • List out developer tools that are available for electron.
  • List what devtools you have installed, and what version is installed.
  • Easily install and uninstall developer tools into your electron development environment, directly from the chrome webstore.

Installation

npm install -g dti

You should now have the dti command available to you in the command line.

Usage

dti <command> [<args>]

  Quickly install and uninstall electron developer tools.

  list                  list available electron devtools
  installed             list currently installed devtools and their versions
  install <args>        install devtools using a list of short names
  uninstall <args>      uninstall devtools using a list of short names

  Example: dti install devtron react redux

Currently supported devtools:

  • angular
  • backbone
  • devtron
  • ember
  • jquery
  • react
  • reactPerf
  • redux
  • vuejs

FAQ

Why is this a global CLI tool, and why does it bundle electron?

electron/electron-prebuilt installs developer tools in a shared preference folder. As a result, devtools are shared between different development projects on your system. Project local dependencies are generally preferable but electron happens to just work this way.

Why didn't it work?

Make sure you quit out of any running processes of electron/electron-prebuilt. Sometimes the install silently fails if these are running.

See also

License

MIT

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].