@paulotijero/hi_world
v1.0.1
Published
The only work that this module performs is to say hi world
Readme
hi_world
This is my first published module and says "Hi world!"
Installation
With yarn
yarn add hi_worldWith npm
npm install hi_worldUsage
Import the module
const hiWorld = require("@paulotijero/hi_world");You will have available the function hiWorld.
hiWorld();Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
