3.2.2 • Published 4 years ago

@itwithlyam/massive v3.2.2

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

npm

Massive

Just your normal NPM package that can do multiple things, including make a string upper or lower case, log information, and even calculate (in the future)!

Example:

const massive = require('@itwithlyam/massive');

const egg = massive.big('egg is egg');

console.log(egg);

// outputs EGG IS EGG

const eggy = massive.small('EGG');

console.log(eggy);

// ouputs egg

massive.write('thing');

// outputs thing

massive.calculate(2, 3, "multiply");

// outputs 6

Methods

  • massive.big("string"); - makes the string upper case (doesn't print out)
  • massive.small("string"); - makes the string lower case (doesn't print out)
  • massive.write("string"); - basically a shortcut to console.log (prints out)
  • massive.calculate(int, int, "string"); - a quick caluclator, with add, subtract, multiply and divide (prints out)

Installation guide

npm i --save @itwithlyam/massive

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.3

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.7

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago