0.1.3 • Published 2 years ago

@uigstudio/uig-nextjs-helper v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install

npm install @uig/uig-nextjs-helper

or

yarn add -D @uig/uig-nextjs-helper

Usage

Save Personal Access Token to ~/.glconfig to use it in all projects. 1. Create PATH - https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html - Needed scope: api, read_api, read_repository 2. Save token gitlab api url in ~/.glconfig file

{
  "token" : "<TOKEN>",
  "url" : "<GITLAB_INSTANCE_URL>"
}
  1. Edit package.json > postinstall script:
{
    "scripts": {
        "postinstall": "gitlab-env -i <ID>"
    }
}
  1. Run it once
yarn postinstall

Available props

0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago