Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathix420/starter-ts
Opinionated starter template for TypeScript library
https://github.com/mathix420/starter-ts
actions boilerplate bun npm starter template typescript
Last synced: 4 months ago
JSON representation
Opinionated starter template for TypeScript library
- Host: GitHub
- URL: https://github.com/mathix420/starter-ts
- Owner: mathix420
- Created: 2023-11-10T12:43:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T11:12:25.000Z (8 months ago)
- Last Synced: 2024-09-30T10:05:05.509Z (4 months ago)
- Topics: actions, boilerplate, bun, npm, starter, template, typescript
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starter-ts
[![npm](https://badgen.net/npm/v/@mathix420/starter-ts)](https://npmjs.com/package/@mathix420/starter-ts)
> Note: Replace `starter-ts`, `_description_`, `"keywords": []` and `mathix420` globally to use this template.
Inpired from https://github.com/ryansonshine/typescript-npm-package-template and https://github.com/antfu/starter-ts
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.0.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.