@acastemoreno/first-package

0.0.3 • Public • Published

@acastemoreno/first-package

This is my first package (proof of concept) and greets.

Installation

With yarn

yarn add @acastemoreno/first-package

With npm

npm install @acastemoreno/first-package

Usage

Import the module in your file js

import hello from "@acastemoreno/first-package"; //ESM

const hello = require("@acastemoreno/first-package"); //CommonJS

You will have available the function hello.

hello("amiguito");
("Hello amiguito");

/@acastemoreno/first-package/

    Package Sidebar

    Install

    npm i @acastemoreno/first-package

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    1.32 kB

    Total Files

    7

    Last publish

    Collaborators

    • acastemoreno