TypeScript and Node.js template for creating and publishing npm packages
Template to scaffold a Node.js npm package using TypeScript and VSCode, providing CI, testing, linting, and release automation. Includes GitHub Actions workflows, Jest test configuration, ESLint and Prettier settings, Husky and lint-staged hooks, Codecov integration, Commitizen, and semantic-release for automated publishing; suited for libraries and reusable Node modules intended for npm.
0