my-first-mod

1.0.2 • Public • Published

my-first-mod

an npm training module

Installation

npm install my-first-mod

Usage

var Mod = require('my-first-mod');
 
var sum = Mod.add(1, 2);
console.log(sum); // 3
 
var greeting = Mod.sayHello('ashley');
console.log(greeting); // "Hello, ashley!" 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i my-first-mod

Weekly Downloads

0

Version

1.0.2

License

ISC

Last publish

Collaborators

  • ag_dubs