Skip to content

Latest commit

 

History

History
48 lines (22 loc) · 892 Bytes

README.md

File metadata and controls

48 lines (22 loc) · 892 Bytes

⌨️ Minigrep

Minigrep Rust version license rust cargo

💡 Introduction

A simplified grep command-line tool called minigrep built with Rust.

🔰 Getting Started

$ git clone https://github.com/yoonge/minigrep.git

$ cd minigrep

$ cargo run software LICENSE

$ CASE_INSENSITIVE=1 cargo run software LICENSE

📄 License

Minigrep is MIT-licensed.


🏗️ Scaffold

$ cargo init minigrep && cd minigrep