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

https://github.com/stscoundrel/typescript-template

Template repo for generic TypeScript / Bun/Node library with tests & lint
https://github.com/stscoundrel/typescript-template

bun cicd lints starter-template tests typescript

Last synced: 3 months ago
JSON representation

Template repo for generic TypeScript / Bun/Node library with tests & lint

Awesome Lists containing this project

README

          

# TypeScript Template

Template repo for generic TypeScript / Bun / Node.js library with tests, lint and CI/CD pipelines.

### Install

`npm install name-of-the-package`

##### Usage

```javascript
// Your usage example here
```