generated from templates/typescript-types
Initial commit
This commit is contained in:
27
readme.md
Normal file
27
readme.md
Normal 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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user