first commit for template; config files and such

This commit is contained in:
2023-06-18 17:55:10 -07:00
commit 9dc544d4a3
6 changed files with 91 additions and 0 deletions

27
readme.md Normal file
View File

@@ -0,0 +1,27 @@
Template project for creating new TypeScript type-definition-only packages
---
## Get Started
### Pull down the code
```bash
git init
git pull https://gitea.jbrumond.me/templates/typescript-types.git master
```
### Update configuration
- In `package.json`, update any fields like `name`, `description`, `repository`, etc.
## Building
No build step is necessary, as the types are written directly as `.d.ts` files to begin with.