2023-08-26 18:38:33 -07:00
2023-08-26 18:38:33 -07:00
2023-08-20 18:58:29 -07:00
2023-08-20 18:59:35 -07:00
2023-08-26 18:27:02 -07:00
2023-08-20 18:58:29 -07:00
2023-08-20 18:58:29 -07:00
2023-08-20 18:58:29 -07:00

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 like name, description, repository, etc.
  • In .gitea/workflows/publish.yaml, update <scope name> placeholders

Building

npm run tsc
Description
No description provided
Readme 34 KiB
Languages
TypeScript 100%