1.0.4 • Published 4 years ago
@michaeldowseza/hello-world v1.0.4
Hello World
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 🍻