Skip to content

alou-S/crud-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A cli implemention of CRUD in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages