2.0.0 • Published 2 years ago

@feelpop/random-hello v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

random-hello

Randomly greets any given string.

Features

  • Created to learn how to publish packages in npm
  • Very simple
  • Supports both ECMAscript and CommonsJS modules

How to use it

CommonsJS

const hello = require("@feelpop/random-hello")
console.log(hello.hello("CommonsJS"));

ECMAscript

import { hello } from "@feelpop/random-hello";
console.log(hello("ECMAScript"));
2.0.0

2 years ago

2.0.0-6

2 years ago

2.0.0-5

2 years ago

2.0.0-4

2 years ago

2.0.0-3

2 years ago

2.0.0-2

2 years ago

2.0.0-1

2 years ago

2.0.0-0

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago