Skip to content

Latest commit

 

History

History

ofunc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OFunc

Obuhersys using injected wrapper functions to track method calls.

Usage

pnpm i # install dependencies
pnpm run fmt # format code
pnpm run build # compile the typescript to javascript in dist/
pnpm run build:watch # auto-reload compiling the typescript to javascript in dist/
pnpm run dev # runs the index.ts loader against playground.ts

Development

This project uses TypeScript with pnpm.