Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 534 Bytes

crud-rs

  • A simple cli application that does CRUD
  • Created as practice for developing CLI apps in rust using clap

Building

  • To build crud-rs you will first need a working setup of Rust and Cargo. Rustup is the simplest way to set this up on either Windows, Mac or Linux.
  • Once installed, compilation on your native platform is as simple as running the following in a terminal:
cargo build --release

Usage

  • To know how to use and see all available subcommands use:
crud-rs --help