How To: Publishing Your First Package to npm

1 · · Dec. 16, 2019, midnight
Summary
Here’s a little guide for publishing your own packages on npm. You’ve written some piece of software code that you think is really useful! Now you want publish it on npm so that others can use your wonderful bundle of code! Firing Up the Terminal There’s a lot of configurations for npm but many times these will be project-specific. This article is just going to cover the essentials for getting your packages published on npm. npm is included with Node.js. To check if npm is installed on your ...