Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipjscott/hello-world
https://github.com/philipjscott/hello-world
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/philipjscott/hello-world
- Owner: philipjscott
- Created: 2017-12-27T20:26:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T20:42:25.000Z (almost 7 years ago)
- Last Synced: 2024-08-10T11:27:35.512Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```