2.0.0 • Published 3 years ago

@feelpop/random-hello v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

2.0.0-6

3 years ago

2.0.0-5

3 years ago

2.0.0-4

3 years ago

2.0.0-3

3 years ago

2.0.0-2

3 years ago

2.0.0-1

3 years ago

2.0.0-0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago