How to make an npm package with an automated workflow

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

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.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • semantic-release

    :package::rocket: Fully automated version management and package publishing

  • Used semantic-release and Github Actions for automated versioning and releases.

  • semver

    Semantic Versioning Specification

  • Whenever you push your code to your remote's main branch, depending on the commits since the last push, an npm release, a Github release and a git tag will automatically be made! All in accordance with Semantic Versioning

  • 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.

    SurveyJS logo
  • readme.so

    An online drag-and-drop editor to easily build READMEs

  • Create a nice README.md using readme.so and add it to your project.

  • commitlint

    đź““ Lint commit messages

  • const Configuration = { extends: ["@commitlint/config-conventional"], formatter: "@commitlint/format", ignores: [(commit) => commit === ""], defaultIgnores: true, helpUrl: "https://github.com/conventional-changelog/commitlint/#what-is-commitlint", }; module.exports = Configuration;

  • starter-workflows

    Accelerating new GitHub Actions workflows

  • Used semantic-release and Github Actions for automated versioning and releases.

  • actions-workflow-samples

    Help developers to easily get started with GitHub Action workflows to deploy to Azure

  • First we'll need to make some repo secrets. Here's a nice guide from Azure explaining how to do just that. It isn't difficult at all.

  • npm-pkg-gen

    Scaffolding tool for npm packages

  • Voila! We're done. Hopefully, you found this post useful. Do checkout the npm-pkg-gen package if you want to get going fast, and star it on Github if you like it!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • 🛡️ This is how we maintain & release Secured Software on Github 🤖

    6 projects | dev.to | 9 May 2022
  • Semantic Git Commit Messages

    2 projects | news.ycombinator.com | 27 Sep 2021
  • đź’ˇAutomatic Deployment of your project dependencies updates on GCP : Efficiency vs. Cost?

    2 projects | dev.to | 30 Apr 2024
  • I made a set of devtools for small projects

    4 projects | news.ycombinator.com | 27 Mar 2024
  • Using semantic-release to automate releases and changelogs

    9 projects | dev.to | 25 Jan 2024