@diegotc86/my-module

1.0.1 • Public • Published

my-module

This is my first published module on npm repository

Isntallation

With npm

npm install @diegotc86/my-module

With yarn

yarn add @diegotc86/my-module

Usage

import the module

const hello = require("@diegotc86/my-module");

You will have available the function hello.

hello(name);

The function will greet you back.

/@diegotc86/my-module/

    Package Sidebar

    Install

    npm i @diegotc86/my-module

    Weekly Downloads

    17

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.15 kB

    Total Files

    9

    Last publish

    Collaborators

    • diegotc86