Provide a modern and ready to use template to setup a typescript project
This Project rely on bun toolchain
Configure ${{secrets.DEPENDABOT_AUTOMERGE_TOKEN}}
Create a fine-grained personal access tokens with permissions below ⬇️
✅ Read access to metadata
✅ Read and Write access to code and pull requests
See jsr.io official documentation
bun install
bun test
bun run build
Add Package
deno add jsr:@ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";
---- OR ----
Import directly with a jsr specifier
import * as bun_typescript_template from "jsr:@ghoullier/bun-typescript-template";
Add Package
npx jsr add @ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";
Add Package
yarn dlx jsr add @ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";
Add Package
pnpm dlx jsr add @ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";
Add Package
bunx jsr add @ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";