https://github.com/ftzi/ts
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftzi/ts
- Owner: ftzi
- License: mit
- Created: 2023-12-20T21:39:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T13:46:13.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:15:06.738Z (over 1 year 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
[](https://www.npmjs.com/package/$PROJECT_NAME)
[](http://www.typescriptlang.org/)
[](http://makeapullrequest.com)
[](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)