# 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
[](https://npmjs.com/package/template)
[](https://npm.chart.dev/template)
[](https://bundlephobia.com/package/template)
[](https://github.com/bjmhe/template/blob/main/LICENSE)
[](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)_