Next: , Previous: , Up: NPM Packages   [Index]


3.2.2 Creating a Node.js Module

Node.js modules are a type of package that can be published to npm.

  1. Create a package.json file
  2. Create the load file and create an exports function