youtrack is a set of REST HTTP API bindings to JetBrains Youtrack instances.
- Install Nix:
bash <(curl https://nixos.org/nix/install)
If security implications of this particular step worry you, please read the following piece by Domen Kožar: https://www.domenkozar.com/2015/09/27/friends-sometimes-let-friends-curl-to-shell/)
- Obtain & build
youtrack
:git clone https://github.com/deepfire/youtrack cd youtrack nix-env --no-build-output --cores 4 -iE 'f: (import ./shell.nix {})'
- Validate:
youtrack-test --help