Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srbrahma/ts


https://github.com/srbrahma/ts

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Bun TS template

[![npm](https://img.shields.io/npm/v/$PROJECT_NAME)](https://www.npmjs.com/package/$PROJECT_NAME)
[![TypeScript](https://badgen.net/npm/types/env-var)](http://www.typescriptlang.org/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![npm](https://img.shields.io/npm/dm/$PROJECT_NAME)](https://www.npmjs.com/package/$PROJECT_NAME)


---

# Template

Typescript template to be used with Bun as package manager. Can setup TS packages to be deployed to NPM.

- Has a bin.ts file ready to easily publish `npx`/`bunx` scripts. For this bin, Node is used by default in the shebang instead of Bun for broader compatibility.

- To use this template, run `bun create srbrahma/gev-ts`

---

## 💿 Installation

```bash
bun install $PROJECT_NAME
```

## 📖 Usage

## 📰 [Changelog](CHANGELOG.md)