bebop-tools

v3.0.7
Bebop compiler for Node projects.
bebop binary serialization compiler

build

esbuild lib/index.ts --bundle --platform=node --outdir=dist --external:*.node

start

node ./dist/index.js

watch

esbuild lib/index.ts --bundle --platform=node --outdir=dist --external:*.node --watch

install

test -f ./dist/index.js && node ./dist/index.js install || echo 'index.js not found, skipping install script'

prepack

yarn build

prepare

yarn build

Metadata

Downloads