1.0.4 • Published 4 years ago

@michaeldowseza/hello-world v1.0.4

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

Hello World

NPM version NPM downloads

build codecov

Simple Hello world project to play around with Github and Github actions

Getting Started

How To Install

npm install @michaeldowseza/hello-world

How To Use

ES6

import helloWorld from '@michaeldowseza/hello-world';

helloWorld(); // -> "Hello world"

ESM

const helloWorld = require('@michaeldowseza/hello-world').default;

helloWorld(); // -> "Hello world"

Contributing

Not really sure why you would want to but sure, open a pull request 🍻

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago