-
headr is a great package for automating header comment in the dist files, which includes information from the package.json file itself, such as version, author name, repository url, etc. install it also if you wish.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
For the sake of example, this article presents a portion of code used in one of my packages - knobs, which is a pretty small project which uses Rollup to bundle the JS & SCSS.
-
np package also allows writing a pre-defined configuration within package.json itself, using the np property.
-
pkg-ok is another script which ensures no (important) file is missing, I advise using it.
Related posts
-
How to Create an NPM Packages using Rollup.js + Lerna.js + Jfrog Artifactory
-
Simplifica la publicación en npm con este flujo de trabajo
-
Environments in GitHub (with example of Next.js deployment to Vercel)
-
Semantic versioning of NestJS and Angular applications in the NX monorepository
-
NPkill - Let's get rid of unused node_modules