stefannpm

2.5.0 • Public • Published

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

/stefannpm/

    Package Sidebar

    Install

    npm i stefannpm

    Weekly Downloads

    2

    Version

    2.5.0

    License

    MIT

    Unpacked Size

    1.07 kB

    Total Files

    3

    Last publish

    Collaborators

    • anatolio