reactotron-react-js

v3.3.9-beta.15
A development tool to explore, inspect, and diagnose your React JS/DOM apps.

tsc

tsc

lint

eslint src --ext .ts,.tsx

test

jest

build

npm-run-all clean tsc compile

clean

rimraf ./dist

format

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

ci:lint

yarn lint

ci:test

yarn test --runInBand

compile

NODE_ENV=production rollup -c

build:dev

npm-run-all clean tsc compile:dev

typecheck

yarn tsc

test:watch

jest --watch --notify

compile:dev

NODE_ENV=development rollup -c

format:check

yarn format --check

format:write

yarn format --write

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/13/2023

Downloads