项目作者: hypermodules

项目描述 :
:electron: command-line electron devtools installer
高级语言: JavaScript
项目地址: git://github.com/hypermodules/dti.git
创建时间: 2016-10-25T22:25:21Z
项目社区:https://github.com/hypermodules/dti

开源协议:MIT License

下载


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

  1. npm install -g dti

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

Usage

  1. dti <command> [<args>]
  2. Quickly install and uninstall electron developer tools.
  3. list list available electron devtools
  4. installed list currently installed devtools and their versions
  5. install <args> install devtools using a list of short names
  6. uninstall <args> uninstall devtools using a list of short names
  7. 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