Publish a CLI project to NPM

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • OSD_SSG

    Static site generation tool

    In this post, I will be releasing my little static site generator tool, OSD_SSG, to NPM package manager.

  • semver

    Semantic Versioning Specification

    Before publishing a package, we need to assign a unique version to it following the Semantic versioning requirements. In a system with many dependencies, if the dependency specifications are too tight or too loose, we are in danger of dependency hell, which prevents us from easily and safely moving the project forward. Semantic versioning was introduced as a solution to the problem by standardizing how versions are assigned and incremented. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

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