8000 GitHub - jaywcjlove/hello-world-npm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

jaywcjlove/hello-world-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Or add this package to your package.json file:

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

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 
0