28 lines
443 B
Markdown
28 lines
443 B
Markdown
|
|
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.
|
|
|
|
|
|
|
|
|