pypestream-ui-schupryna-test
v0.0.17
Published
## Installation ### To install this package or to launch it locally following steps are required:
Downloads
9
Readme
pypestream-ui
Pypestream's shared collection of React UI components 🔥 https://pypestream-ui-master-storybook.surge.sh/
Installation
To install this package or to launch it locally following steps are required:
Create github personal access token (make sure to check only read packages permission)
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
Authenticate with a personal access token
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token
Create .npmrc
@pypestream:registry = https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=***your_github_personal_access_token*** always-auth = true
Install package
from the command line:
$ npm install @pypestream/[email protected]
via package.json:
"@pypestream/ui": "1.0.0"