@malmgrenola/my-test-package

2.0.2 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i @malmgrenola/my-test-package

Weekly Downloads

0

Version

2.0.2

License

ISC

Unpacked Size

1.12 kB

Total Files

3

Last publish

Collaborators

  • malmgrenola