Initial commit

This commit is contained in:
js
2023-08-26 20:56:06 +00:00
commit e9ab51e2d2
8 changed files with 178 additions and 0 deletions

30
readme.md Normal file
View File

@@ -0,0 +1,30 @@
Template project for creating new TypeScript library packages
---
## 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
```