reactotron-react-js

v3.3.15
A development tool to explore, inspect, and diagnose your React JS/DOM apps.

test

jest

test:watch

jest --watch

format

prettier '*.{js,ts,tsx,json,css,yml}|**/*.{js,ts,tsx,json,css,yml}'

format:check

yarn format --check

format:write

yarn format --write

build

npm-run-all clean tsc compile

build:dev

npm-run-all clean tsc compile:dev

clean

rimraf ./dist

lint

eslint src --ext .ts,.tsx

compile

NODE_ENV=production rollup -c

compile:dev

NODE_ENV=development rollup -c

tsc

tsc

typecheck

yarn tsc

ci:lint

yarn lint

ci:test

yarn test --runInBand
npm i reactotron-react-js

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/26/2024

Downloads