Creating your own NPM package

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

    node.js command-line interfaces made easy

  • The official documentation to commander can be found Here.

  • codeoc

    A CLI/npm-module intended to be used as a one-time solution for code writing, compiling and executing along with a feature to document it all without leaving the browser.

  • That's it you are good to go... Here is the entire source code for the project.

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

    :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

  • A npm package is normally a basic application which uses other packages to manage and use basic functionalities. But in normal case scenario we use yarn or npm to install these packages but while creating a npm package we need a global way to store and manage packages across the entire project. So for this I used LERNA, the official documentation for lerna can be found here.

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