Skip to content

Latest commit

 

History

History

oproxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.