@thaitype/npm-typescript-esm-bun-boilerplate
v0.0.1
Published
NPM TypeScript Boilerplate with Bun, ESM, using TSC without bundler, support Sourcemap from TypeScript
Downloads
1
Readme
NPM package boilerplate with TypeScript, ESM, and Bun
NPM TypeScript Boilerplate with Bun, ESM, using TSC without bundler, support Sourcemap from TypeScript
Development
bun install
bun run build
Type Checking
bun run check
Type Checking with Watch
bun run check:watch
Publish
Using release-it
to publish the package
bun run release