Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srbrahma/ts
https://github.com/srbrahma/ts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srbrahma/ts
- Owner: SrBrahma
- License: mit
- Created: 2023-12-20T21:39:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T13:46:13.000Z (about 1 year ago)
- Last Synced: 2024-10-12T17:42:11.149Z (3 months ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)