0.0.3 • Published 4 years ago

@acastemoreno/first-package v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago