@augustinmauroy/typescript-package-template
v1.0.2
Published
A template for creating a TypeScript package
Readme
@augustinmauroy/typescript-package-template
This repository is a template for creating a typescript package. That will be published on npm and JSR simutaniously.
Note that this template is node.js oriented. But your typescript output can work on other runtime.
Devlopping with this template
Using right node.js version
nvm use # or fnm useRunning tests
node --run testBuilding the project
node --run buildExtanding the template
When you want to use this template, you can add some features to it. Here is a list of things you can add:
- Setup dependabot if you are on github.
