• Stars
    star
    144
  • Rank 254,622 (Top 6 %)
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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();