Skip to main content

@ghoullier/bun-typescript-template@1.0.1-canary.fd66613.0
Built and signed on GitHub Actions

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
Published
a week ago (1.0.1-canary.fd66613.0)

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
View transparency log

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";