1.0.2 • Published 1 year ago

change-listener v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

bun-template

npm version

Bun template for creating projects using bunjs

npm.io

Install bun

https://bun.sh/

curl -fsSL https://bun.sh/install | bash

Commands

  • start: "bun run index.ts",
  • bundle: "bun run bundler/bundler.ts",
  • list: "bun run samples/list-scripts.tsx",
  • example: "cd example && bun start && cd ..",
  • fileSample: "bun run samples/file.tsx && cat samples/data/test.json",
  • httpSample: "bun run samples/server.tsx"

Run example

https://jacklehamster.github.io/bun-template/example/

Github Source

https://github.com/jacklehamster/bun-template/

1.0.2

1 year ago

1.0.1

1 year ago