[cargo-pipe
] is a [clap
] based command line tool to generate and build data integration app with manifest
Install Rust and Cargo
sh
curl https://sh.rustup.rs -sSf | sh
Install cargo-pipe
CLI
cargo install cargo-pipe
cargo pipe --help
go to resources folder
cargo pipe new && \
cargo pipe validate -o -p && \
cargo pipe generate && \
cargo pipe build -o timer -r
run app
./timer