Simple app to setup all environments you need to quick start contributing and developing for DNX.
Get everything you need from DNX in 4 steps.
curl -L https://github.com/DNXLabs/izi/releases/latest/download/izi_linux_amd64 -o izi
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
Usage: izi [OPTIONS] COMMAND [ARGS]…
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 .
$ izi
You can create as many personal access tokens as you like from your GitLab profile.
App managed by DNX Solutions.
Apache 2 Licensed. See LICENSE for full details.