@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");

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

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