Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 389 Bytes

DEVLOP.md

File metadata and controls

34 lines (20 loc) · 389 Bytes

Create new project with bun

mkdir khmer-address
cd khmer-address
bun init -y
git init && git add . && git commit -m "Init bun package"

Add dependencies

bun add rimraf prettier js-yaml uglify-js
bun add --dev @types/js-yaml
bun add -D tsup typescript

Publish to npm

npm version

npm login

npm version patch

npm publish --access public