2.5.0 • Published 4 years ago

stefannpm v2.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

StefanNPM Readme

My first published NPM package.

Includes simple console logs and two functions squareIt and cubeIt for testing.

  1. npm i stefannpm --save
  2. Create a test.js file
  3. Paste the following:

    const stefanNPM = require("stefannpm");
    console.log(stefanNPM.squareIt(3));
    console.log(stefanNPM.cubeIt(3));
  4. node test

https://StefanBobrowski.com

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago