- create .npmrc file in your project root that contains: @uzh-bf:registry:https://npm.pkg.github.com
- execute
npm login --scope=@uzh-bf --registry=https://npm.pkg.github.com
in your command line and enter your username and your personal token as password. You can generate a new token here - install the package
- use the component with
import {EasyFormsEmbed} from "@uzh-bf/easyformsembed"
npm install https://github.com/uzh-bf/easy-forms-embed
## Update package
- Login with
npm login --scope=@uzh-bf --registry=https://npm.pkg.github.com
- change package.json version
npm publish