@everdome_io/next-js-helper
v0.1.2
Published
``` npm install @uig/uig-nextjs-helper ``` or ``` yarn add -D @uig/uig-nextjs-helper ```
Readme
Install
npm install @uig/uig-nextjs-helperor
yarn add -D @uig/uig-nextjs-helperUsage
Save Personal Access Token to ~/.glconfig to use it in all projects.
- Create PATH - https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
- Needed scope:
api,read_api,read_repository
- Needed scope:
- Save token gitlab api url in
~/.glconfigfile
{
"token" : "<TOKEN>",
"url" : "<GITLAB_INSTANCE_URL>"
}- Edit
package.json > postinstallscript:
{
"scripts": {
"postinstall": "gitlab-env -i <ID>"
}
}- Run it once
yarn postinstall