Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 433 Bytes

Javascript Project Template

self maintained javascript project template

Setup

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

Release

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