For one of my TypeScript projects, I have needed a Windows-compatible unzip tool. I haven’t found one, which has a d.ts declaration file. So I decided that I will implement a zip/unzip NodeJs package with build-in TypeScript declarations.

Of course, it would be easier to write a declaration file for one of the existing tools, but a step-by-step guide about publishing a NodeJS package would be more useful.

  • Publishing with GitHub Actions (current)

Publishing with GitHub Actions

What is GitHub Actions

GitHub Actions is a CI / CD tool for building, testing, and deploying your software.

#javascript #step-by-step-guide #nodejs #publishing #npm

Publishing a real NodeJS package: Publishing with GitHub Actions
1.10 GEEK