Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

hypermodules/dti

Repository files navigation

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

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.

See also

License

MIT