Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.