cargo-pipe 0.1.0

A command-line tool to generate and build data integration app using pipebase framework
cargo-pipe-0.1.0 is not a library.

cargo-pipe is a clap based command line tool to generate and build data integration app with manifest

Installation

Install Rust and Cargo

curl https://sh.rustup.rs -sSf | sh

Install cargo-pipe CLI

cargo install cargo-pipe

Usage

cargo pipe --help

Quick Start

go to resources folder

cargo pipe new && \
cargo pipe validate -o -p && \
cargo pipe generate && \
cargo pipe build -o timer -r

run app

./timer