Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philipjscott/hello-world


https://github.com/philipjscott/hello-world

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# hello-world

A module that prints out `hello, world`

### Installation

```
npm install @scottyfillups/hello-world --save
```

### Usage

```js
var helloWorld = require('@scottyfillups/hello-world')

helloWorld()
```