Template to kickstart creating a Node.js module using TypeScript and VSCode
Inspired by node-module-boilerplate
- Semantic Release
- Issue Templates
- GitHub Actions
- Codecov
- VSCode Launch Configurations
- TypeScript
- Husky
- Commitizen
- Prettier
Add your npm token to your GitHub repository secrets as NPM_TOKEN.
Enable the Codecov GitHub App here.
Remove everything from here and above
My awesome module
npm install @panda-ai/imageimport { myPackage } from '@panda-ai/image';
myPackage('hello');
//=> 'hello from my package'