Simple app to setup all environments you need to quick start contributing and developing for DNX.
Quick start
Get everything you need from DNX in 4 steps:
- Download the latest release with the command. ```
Linux
curl -L https://github.com/DNXLabs/izi/releases/latest/download/izi_linux_amd64 -o izi
MacOS
curl -L https://github.com/DNXLabs/izi/releases/latest/download/izi_macos_amd64 -o izi
2. Make the izi binary executable
chmod +x ./izi
3. Move the binary in to your PATH.
sudo mv ./izi /usr/local/bin/izi
4. Test to ensure the version you installed is up-to-date.
izi –help
## Usage
A CLI to setup all environments you need to quick start contributing and developing for DNX
Options: –help Show this message and exit.
Commands: get Download the bubbletea stack, modules and tools. init Start a new project using the latest commit from all bubbletea… link Create symbolic link between modules and the stack you pass as… mount Rewrite all modules sources to the local modules from the stack… unlink Delete symbolic link if exists between modules and the stack you
## Setup ## Dependencies - Python 3 #### Install dependencies ```bash pip3 install -r requirements.txt pip3 install --editable .
Run
$ izi
Creating a personal access token
GitLab
You can create as many personal access tokens as you like from your GitLab profile.
- In the upper-right corner, click your avatar and select Settings.
- On the User Settings menu, select Access Tokens.
- Choose a name and optional expiry date for the token.
- Choose the desired scopes.
- Click the Create personal access token button.
- Save the personal access token somewhere safe. Once you leave or refresh the page, you won’t be able to access it again.
- Revoking a personal access token
- At any time, you can revoke any personal access token by clicking the respective Revoke button under the Active Personal Access Token area.