brads-module

1.0.2 • Public • Published

Brad's Module

This is a simple test project to learn how to create a package and upload it to the NPM registry. I learned how to create this package by following this guide written by Marty Jacobs.

Install

Run npm install brads-module to install this package into your application.

Run

If you're using CommonJS:

const bradsModule = require('brads-module');
bradsModule.printMsg();

If you're using ES Modules:

import * as bradsModule from 'brads-module';
bradsModule.printMsg();

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i brads-module

      Weekly Downloads

      0

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      859 B

      Total Files

      3

      Last publish

      Collaborators

      • bpreston5393