UNPKG

@ethicdevs/react-global-state-hooks-debugger

Version:

A small websocket based debugger for use with the react-global-state-hooks library

11 lines (7 loc) 147 B
#!/usr/bin/env node const { cli } = require("../dist/cli"); function main() { console.log("[RGSH-Debugger] Hello, world"); cli(); } main();