Skip to content

Releases: Codertocat/hello-world-npm

v1.0.2

10 May 00:11
Compare
Choose a tag to compare

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 @codertocat/hello-world-npm

Or add this package to your package.json file:

"dependencies": {
    "@codertocat/hello-world-npm": "1.0.0"
  }

Usage

const myPackage = require('@codertocat/hello-world-npm');
myPackage.helloWorld();

1.0.2

10 May 00:11
Compare
Choose a tag to compare
Remove namespace

v1.0.1

10 May 00:07
Compare
Choose a tag to compare

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 @codertocat/hello-world-npm

Or add this package to your package.json file:

"dependencies": {
    "@codertocat/hello-world-npm": "1.0.0"
  }

Usage

const myPackage = require('@codertocat/hello-world-npm');
myPackage.helloWorld();

1.0.1

10 May 00:07
Compare
Choose a tag to compare
Update version

v1.0.0

09 May 23:27
6c62fb4
Compare
Choose a tag to compare

hello-world-npm

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

Installation

$ npm install

Usage

const myPackage = require('hello-world-node-package');
myPackage.helloWorld();

1.0.0

09 May 23:26
6c62fb4
Compare
Choose a tag to compare
Update README.md