how-to-publish-a-npm-package

1.2.1 • Public • Published

How to publish a npm package

This is a quick tutorial on how you can publish your own npm package with minimal configuration. This will cover the basic setup, how npm works and how to ship good quality code.

The full tutorial can be found at my Medium blog.

You'll need the following packages:

  • @babel/core
  • babel-loader
  • webpack
  • webpack-cli

You can install all the dependencies by running:

npm i -D @babel/core babel-loader webpack webpack-cli

Readme

Keywords

Package Sidebar

Install

npm i how-to-publish-a-npm-package

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

3.57 kB

Total Files

4

Last publish

Collaborators

  • vmarchesin