rust-basel-cli 0.1.1

The cli to explore meetups and interact


# Only needed for full dev cycle with publish
deps:
    cargo install cargo-release

install:
    cargo install --path .

run *args:
    cargo run {{args}}

watch:
    cargo watch -x run

verify: lint test

test:
    cargo test

lint:
    cargo fmt --all -- --check
    cargo clippy

fmt:
    cargo fmt
    cargo fix --allow-dirty --allow-staged

publish:
    cargo release