Skip to content

GitHub Package

Aferdita edited this page Nov 11, 2019 · 1 revision

GitHub Package Registry

Configuring NPM for use with GitHub Package Registry
Installing a package from GitHub Package Registry

Install from the command line:

$ npm install @d-i-t-a/reader@1.0.1

Install via package.json:

"@d-i-t-a/reader": "1.0.1"