Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.18 KB

packages.md

File metadata and controls

21 lines (13 loc) · 1.18 KB

Packages

Github Package registry setup 🕵🏻‍♀️

To pull and install from @fleekhq via the NPM CLI, you'll need:

  • A personal access token (you can create a personal acess token here)

  • The personal access token with the correct scopes, repo and read:packages to be granted access to the GitHub Package Registry.

  • Authentication via npm login, using your Github username, email and the personal access token as your password:

Once you have those ready, run:

npm login --registry=https://npm.pkg.github.com --scope=@fleekhq

Note: You only need to configure this once to install the package! On npm login provide your Github email as your username and the Personal access token as the password.

You can also setup your npm global settings to fetch from the Github registry everytime it finds a @fleekhq package, find the instructions here.