Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 723 Bytes

NPM package Boilerplate

Features:

  • TypeScript
  • Vitest
  • ESLint
  • Prettier
  • Husky
  • CommitLint
  • CI in GitHub Action
  • Auto Deploy to NPM using semantic-release

Auto deploy to NPM

If you want to remove it just delete the deploy job from the .github/workflows/ci.yml file

  1. Update the url in the package.json file to the url of your repository (same for the issue)
  2. Add the NPM_TOKEN variable to your GitHub secrets with the NPM token to publish Add NPM_TOKEN secret
  3. Enable
  4. Select Read and write permissions in the Workflow permissions section in the SettingsActionsGeneral Enable workflow publish