@michaeldowseza/hello-world

Hello world

Usage no npm install needed!

<script type="module">
  import michaeldowsezaHelloWorld from 'https://cdn.skypack.dev/@michaeldowseza/hello-world';
</script>

README

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 🍻