Skip to content

deniszola/package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@deniszola/package

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

Installation

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

$ npm install @deniszola/package

Or add this package to your package.json file:

"dependencies": {
  "@deniszola/package": "2.0.0"
}

Usage

const helloWorld = require("@deniszola/package");

helloWorld(); // Hello World from @deniszola/package!

About

A simple npm package to demonstrate GitHub Package Registry.

Topics

Resources

License

Stars

Watchers

Forks

Packages