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
- Host: GitHub
- URL: https://github.com/stscoundrel/typescript-template
- Owner: stscoundrel
- License: mit
- Created: 2021-01-09T16:20:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T19:59:08.000Z (4 months ago)
- Last Synced: 2025-12-25T09:54:28.916Z (4 months ago)
- Topics: bun, cicd, lints, starter-template, tests, typescript
- Language: TypeScript
- Homepage:
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```