@everdome_io/next-js-helper
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (17)

    Package Sidebar

    Install

    npm i @everdome_io/next-js-helper

    Weekly Downloads

    2

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    99.4 kB

    Total Files

    29

    Last publish

    Collaborators

    • kuba_sulkowski
    • everdome_org