Skip to content

RaspberryProgramming/rust-terminal-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-terminal-app-template

This template is made to show how to make a rust terminal application. The main purpose of this application is to provide a basic template for writing command line applications.

This template provides logging and cli arguments. The user can enable/disable logging. The program will write a lorem ipsum snippet to the designated file.

Prerequisites

You must install rust to build this project

See rust-lang website

Building

First clone the project

git clone https://www.github.com/RaspberryProgramming/rust-terminal-app-template

Next, cd into the folder you just cloned

cd rust-terminal-app-template

Use cargo to build the project

cargo build

You can build for release

cargo build --release

To install as a command run

cargo install --path .

About

This template is made to show how to make a rust terminal application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages