Skip to content

malmgrenola/my-test-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published