cargo-teaql 0.1.2

Rust CLI for TeaQL service code generation workflows
Documentation
1
2
3
4
5
6
7
8
9
10
all:
	cargo build --release
	cp target/release/teaql ~/tools

help:
	cargo run -- --help