1.0.8 • Published 4 years ago

alex-hello-world-npm v1.0.8

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

alex-hello-world-npm

This is a simple npm package that demonstrates the GitHub Package Registry.

Installation

Before installing, make sure to authenticate with GitHub Package Registry or using a .npmrc file. See "Configuring npm for use with GitHub Package Registry."

$ npm install alex-hello-world-npm

Or add this package to your package.json file:

"dependencies": {
    "alex-hello-world-npm": "1.0.8"
  }
``

## Usage

const myPackage = require('alex-hello-world-npm'); myPackage.helloWorld();

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago