prep repo
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 12s
Build and test / build-and-test (20.x) (push) Successful in 12s

This commit is contained in:
2023-08-26 13:59:59 -07:00
parent e9ab51e2d2
commit 5acbfd4555
5 changed files with 23 additions and 40 deletions

View File

@@ -1,30 +1,4 @@
Template project for creating new TypeScript library packages
In-memory caching/memoization utilities
---
## Get Started
### Pull down the code
```bash
git init
git pull https://gitea.jbrumond.me/templates/typescript-library.git master
```
### Update configuration
- In `package.json`, update any fields like `name`, `description`, `repository`, etc.
- In `.gitea/workflows/publish.yaml`, update `<scope name>` placeholders
## Building
```bash
npm run tsc
```