Published an article

Creating Modern npm Packages


I freshened up my skills around creating npm packages and wrote about what I learned in the article. In it I cover a quick getting started for a simple package but then move on to creating and publishing a more robust, production-ready, package. It includes supporting CommonJS and ECMAScript module formats, code and security testing, automated version management and publishing.

Read here to dive into the details 👇
https://snyk.io/blog/best-practices-create-modern-npm-package/