Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.07 KB

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 🍻