2.0.2 • Published 1 year ago

@malmgrenola/my-test-package v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

my-test-package

My very first package with npm and a hello world example.

Echo a string with a message in uppercase and original format for example You anonymously said: FISH from the original "Fish"

Install

npm i @malmgrenola/my-test-package or yarn add @malmgrenola/my-test-package

Usage

const myEcho = require("@malmgrenola/my-test-package");
console.log(myEcho("Fish"));

returns the output You anonymously said: FISH from the original "Fish"

2.0.2

1 year ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago