How I Built and Deployed my First Open-Source NPM Library

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
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • circleci-v2-sdk

    Typescript SDK for CircleCI V2 API

  • That's it! I hope my journey to releasing my first NPM library helps you launch your own. Feel free to check out my open-source library and share any feedback you have on the library or the article! GitHub - jithenshriyan/circleci-v2-sdk: Typescript SDK for CircleCI V2 API

  • typedoc

    Documentation generator for TypeScript projects.

  • Documentation is especially important for open-source libraries as users will need to know how to install and use them. I personally used TypeDoc for my project to automatically generate the documentation for the descriptions and types I’ve included in my code.

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

    Semantic Versioning Specification

  • Source: Semantic

  • ESLint

    Find and fix problems in your JavaScript code.

  • Linting helps identify bugs and increase code consistency. I personally use ESLint as it finds errors consistently, automatically fixes common issues, and supports custom rules and the use of configurations from companies such as Airbnb and Google.

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