Skip to content

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

License

Notifications You must be signed in to change notification settings

michaeldowseza/hello-world

Repository files navigation

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 🍻

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published