0.1.3 • Published 3 years ago

@uigstudio/uig-nextjs-helper v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago