Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 918 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 918 Bytes

gl-texture-manager

npm version

Bun template for creating projects using bunjs

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/gl-texture-manager/example/

Github Source

https://github.com/jacklehamster/gl-texture-manager/