2.0.0 • Published 1 year ago

@feelpop/random-hello v2.0.0

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

1 year ago

2.0.0-6

1 year ago

2.0.0-5

1 year ago

2.0.0-4

1 year ago

2.0.0-3

1 year ago

2.0.0-2

1 year ago

2.0.0-1

1 year ago

2.0.0-0

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago