the-rezman-cometh

1.0.0 • Public • Published

test-npm-module

Testing out how to create and deploy an npm module.

Installation

  npm install test-npm-module --save

Usage

  var myModule = require('test-npm-module'),
    double = myModule.double,
    square = myModule.square;

  var num = 5,
    doubled = double(num),
    squared = square(num);

  console.log('doubled', doubled, 'squared', squared);

Tests

  npm test

Release History

  • 1.0.0 Initial Release

Readme

Keywords

Package Sidebar

Install

npm i the-rezman-cometh

Weekly Downloads

3

Version

1.0.0

License

ISC

Last publish

Collaborators

  • jmpolitzer