Simple Hello world project to play around with Github and Github actions
npm install @michaeldowseza/hello-world
import helloWorld from '@michaeldowseza/hello-world';
helloWorld(); // -> "Hello world"
const helloWorld = require('@michaeldowseza/hello-world').default;
helloWorld(); // -> "Hello world"
Not really sure why you would want to but sure, open a pull request 🍻