cargo-pipe 0.1.0

A command-line tool to generate and build data integration app using pipebase framework
[`cargo-pipe`] is a [`clap`] based command line tool to generate and build data integration app with manifest

## Installation
Install Rust and Cargo
```sh
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
```

[`cargo-pipe`]: https://github.com/pipebase/pipebase/tree/main/cargo-pipe
[`clap`]: https://github.com/clap-rs/clap