Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 622 Bytes

Typescript Project Template

the typescript project template

Setup

  • Use this template to create new github repository.
  • update package.json, maintain your own package name, and other information like author/repository.
  • add LICENSE if necessary (npx license)
  • start your work

Release

for github

  • maintain your npm token with secret name Z_NPM_TOKEN
  • Run npm run release to publish a new version of your package