@michaeldowseza/hello-world
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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 🍻

Readme

Keywords

Package Sidebar

Install

npm i @michaeldowseza/hello-world

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

5.36 kB

Total Files

11

Last publish

Collaborators

  • michaeldowseza