Skip to content

Commit

Permalink
CLI to print packet metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkvi committed Apr 12, 2024
1 parent 5272ff1 commit 306cbaf
Show file tree
Hide file tree
Showing 6 changed files with 130,805 additions and 5 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
npm-install:
npm install

build: npm-install
npx tsc -p tsconfig.json

build-metrics: build
npx esbuild scripts/metrics.ts --bundle --platform=node --outfile=bin/metrics.cjs
Loading

0 comments on commit 306cbaf

Please sign in to comment.