@larpa/say-hi
v0.1.0
Published
this module just say hi... It's my first module
Downloads
4
Readme
Say Hi
Just a nice greeting
This repo just say Hi in different languages because It's important to be nice when you are new.
Actually It's builded because I'm learning to publish repos in NPM ... It's also my Platzi homework.
Install
npm install say-hi
Usage
import say-hi from 'say-hi'
greeting("es") // Hola!
greeting("en") // Hello!
greeting("ger") // Hallo!
greeting("fre") // Salut!