# template **Repository Path**: bjmhe/template ## Basic Information - **Project Name**: template - **Description**: A template for a new project - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-02 - **Last Updated**: 2026-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # template [![npm version](https://npmx.dev/api/registry/badge/version/template)](https://npmjs.com/package/template) [![npm downloads](https://npmx.dev/api/registry/badge/downloads/template)](https://npm.chart.dev/template) [![bundle size](https://npmx.dev/api/registry/badge/size/template)](https://bundlephobia.com/package/template) [![license](https://npmx.dev/api/registry/badge/license/template)](https://github.com/bjmhe/template/blob/main/LICENSE) [![engine](https://npmx.dev/api/registry/badge/engines/template)](https://npmx.dev/api/registry/badge/engines/template) A template for creating a TypeScript package. ## Install ```sh # npm npm install -D template # yarn yarn add -D template # pnpm pnpm add -D template # bun bun install -D template # deno deno install --dev npm:template # vp vp install -D template ``` ## Usage ```ts [helloWorld.ts] import { helloWorld } from "../src"; console.log(helloWorld()); ``` ## License Published under the [MIT](https://github.com/bjmhe/template/blob/main/LICENSE) license. Made by [@bjmhe](https://github.com/bjmhe) and [community](https://github.com/bjmhe/template/graphs/contributors) 💛

--- _🤖 auto updated with [automd](https://automd.unjs.io)_