iptmnet 1.10.0

A convenient CLI for the IPTMNet API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
image:
  file: .gitpod.Dockerfile

tasks:
  - name: Cargo Check
    init: cargo check
  - name: Run Cargo Check
    command: >
      cargo watch -d 2 -w src -w Cargo.toml -x check -s 'touch .trigger' &&
      gp sync-done CargoTrigger
  - name: Watch For Successful Check
    command: gp sync-await CargoTrigger && cargo watch -d 2 --no-gitignore -w .trigger -x  'run -- --search PAK1 --role both'