Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 450 Bytes

OProxy

Obuhersys using Proxies to track method calls.

Usage

pnpm i # install dependencies
pnpm run fmt # format code
pnpm run dev # run src/index.ts file (for development)
pnpm run build # compile the typescript to javascript in dist/
pnpm run build:watch # auto-reload compiling the typescript to javascript in dist/

Development

This project uses TypeScript with pnpm.