🚀 Automate NPM package publish & GIT versioning

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • headr

    Adds header / banner info to a file. Nice to use as npm script :)

    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.

    CodeRabbit logo
  • Rollup

    Next-generation ES module bundler

    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

    A better `npm publish`

    np package also allows writing a pre-defined configuration within package.json itself, using the np property.

  • pkg-ok

    👌 Checks paths and scripts defined in package.json before you publish

    pkg-ok is another script which ensures no (important) file is missing, I advise using it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Create an NPM Packages using Rollup.js + Lerna.js + Jfrog Artifactory

    2 projects | dev.to | 13 Nov 2024
  • Simplifica la publicación en npm con este flujo de trabajo

    2 projects | dev.to | 11 Oct 2024
  • Environments in GitHub (with example of Next.js deployment to Vercel)

    1 project | dev.to | 29 Sep 2024
  • Semantic versioning of NestJS and Angular applications in the NX monorepository

    2 projects | dev.to | 16 Sep 2024
  • NPkill - Let's get rid of unused node_modules

    1 project | dev.to | 16 Sep 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?