electron-redux-devtools

v0.3.2
Redux DevTools Extension for Electron
Electron Chrome Chromium devtools developer tools Redux

start

gulp

build:extension

rimraf build/extension && cross-env BABEL_ENV=production gulp build:extension

build:firefox

cross-env BABEL_ENV=production gulp build:firefox

build:examples

babel-node examples/buildAll.js

precompress:extension

npm run lint && npm run test:app && npm run build:extension && npm run test:chrome && npm run test:electron

precompress:firefox

npm run lint && npm run build:firefox && npm run test:app

compress:extension

gulp compress:extension

compress:firefox

gulp compress:firefox

docs:clean

rimraf _book

docs:prepare

gitbook install

docs:build

npm run docs:prepare && gitbook build

docs:watch

npm run docs:prepare && gitbook serve

docs:publish

npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:zalmoxisus/redux-devtools-extension gh-pages --force

clean

rimraf build/ && rimraf dev/

lint

eslint .

test:app

cross-env BABEL_ENV=test mocha --require test/app/setup.js --recursive test/app

test:chrome

gulp test:chrome

test:electron

gulp test:electron && rimraf test/electron/tmp

test

npm run test:app && npm run build:extension && npm run test:chrome && npm run test:electron

Metadata

  • MIT
  • Whatever
  • Joon Kyoung
  • released 11/20/2017

Downloads

Maintainers