@ghoullier/bun-typescript-template@1.0.1-canary.6f23994.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
bun-typescript-template
Provide a modern and ready to use template to setup a typescript project
This Project rely on bun toolchain
Getting Started
GitHub Action Configuration
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
Builtin `jsr.io`` support
See jsr.io official documentation
Install project
bun install
Run test
bun test
Build the project
bun run build
Built and signed on
GitHub Actions
Add Package
deno add jsr:@ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";
Import directly with a jsr specifier
import * as bun_typescript_template from "jsr:@ghoullier/bun-typescript-template";
Add Package
pnpm i jsr:@ghoullier/bun-typescript-template
pnpm dlx jsr add @ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";
Add Package
yarn add jsr:@ghoullier/bun-typescript-template
yarn dlx jsr add @ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@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
bunx jsr add @ghoullier/bun-typescript-template
Import symbol
import * as bun_typescript_template from "@ghoullier/bun-typescript-template";