generated from templates/typescript-library
01c04cf3ceed71fd2bbb034757ba6c633bacf582
Template project for creating new TypeScript library packages
Get Started
Pull down the code
git init
git pull https://gitea.jbrumond.me/templates/typescript-library.git master
Update configuration
- In
package.json
, update any fields likename
,description
,repository
, etc. - In
.gitea/workflows/publish.yaml
, update<scope name>
placeholders
Building
npm run tsc
Description
Languages
TypeScript
100%