@pivee/say-hello
v1.0.3
Published
This is a simple package that contatins a `sayHello` function which returns ``Hello World!`` or ``Hello ${name}!``.
Downloads
5
Readme
Say Hello
This is a simple package that contatins a sayHello
function which returns Hello World!
or Hello ${name}!
.
The purpose of creating this package was to prepare a guide on how to create and publish NPM packages using TypeScript. You can find the repository with the steps and guides at this Github repository.