@codeteck/rte
v1.0.0
Published
React Terminal Engine - Terminal-based React rendering and debugging CLI
Maintainers
Readme
React Terminal Engine (rte)
Terminal-based React rendering and debugging CLI tool.
Install
npm install -g rteUsage
rte dev <file> # Run a React file with debug panel
rte replay <session> # Replay a recorded session
rte diff <a> <b> # Compare two session files
rte verify <snapshot> # Verify app state against snapshot
rte benchmark # Run performance benchmarkCommands
| Command | Description |
|---------|-------------|
| rte dev <file> | Run React file with debug panel |
| rte replay <session> | Replay recorded session |
| rte diff <a> <b> | Compare two sessions |
| rte verify <file> | CI mode verification |
| rte benchmark | Run performance tests |
Options
rte dev --save-session- Save session to.rte/sessions/rte diff --visual- Show visual side-by-side comparisonrte benchmark --scenario stress- Run stress test
