The repository is my develop node package template.
The project use typescript develop the package.
# you can custom you package manage tool.
# install project all deps
pnpm install
# running the project
pnpm devThe project use rollup build the package.
pnpm buildBuild dir default is <ProjectName>/dist/.
Use semantic-release and Github Actions publish the package.
Need goto github repository setting add env variable.
| variable | comment |
|---|---|
| GITHUB_TOKEN | access you account |
| NPM_TOKEN | access you npm account |