@diegotc86/my-module
v1.0.1
Published
My first module
Downloads
5
Readme
my-module
This is my first published module on npm repository
Isntallation
With npm
npm install @diegotc86/my-moduleWith yarn
yarn add @diegotc86/my-moduleUsage
import the module
const hello = require("@diegotc86/my-module");You will have available the function hello.
hello(name);The function will greet you back.
