Skip to content

Commit

Permalink
Added ASCII logo to README.md and Help/About page (IEEE-VIT#48)
Browse files Browse the repository at this point in the history
* add: ascii logo to about page and README.md

* fix: Add ASCII art in name

Co-authored-by: Mannan Goyal <[email protected]>
  • Loading branch information
vini-fda and Mannan-Goyal authored Nov 13, 2021
1 parent c9e8d46 commit 11d8540
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<p align="center">Consider leaving a :star: if you found the project helpful.</p>

# Templa-rs
```
████████╗███████╗███╗ ███╗██████╗ ██╗ █████╗ ██████╗ ███████╗
╚══██╔══╝██╔════╝████╗ ████║██╔══██╗██║ ██╔══██╗ ██╔══██╗██╔════╝
██║ █████╗ ██╔████╔██║██████╔╝██║ ███████║ ██████╔╝███████╗
██║ ██╔══╝ ██║╚██╔╝██║██╔═══╝ ██║ ██╔══██║ ██╔══██╗╚════██║
██║ ███████╗██║ ╚═╝ ██║██║ ███████╗██║ ██║ ██║ ██║███████║
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝
```

Templa-rs is a one-of-a-kind TUI tool written in Rust, which helps you generate boilerplate templates for various types of projects and architectures in a matter of seconds!

![Templa-rs](https://i.imgur.com/H2YjBSr.gif)
Expand Down
14 changes: 11 additions & 3 deletions commands.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Templa-rs
version: "1.0.0"
name: |
████████╗███████╗███╗ ███╗██████╗ ██╗ █████╗ ██████╗ ███████╗
╚══██╔══╝██╔════╝████╗ ████║██╔══██╗██║ ██╔══██╗ ██╔══██╗██╔════╝
██║ █████╗ ██╔████╔██║██████╔╝██║ ███████║ ██████╔╝███████╗
██║ ██╔══╝ ██║╚██╔╝██║██╔═══╝ ██║ ██╔══██║ ██╔══██╗╚════██║
██║ ███████╗██║ ╚═╝ ██║██║ ███████╗██║ ██║ ██║ ██║███████║
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝
version: "\n1.0.0"
author: IEEE-VIT. <[email protected]>
about: Solves all boilerplate template needs!
args:
Expand All @@ -17,4 +25,4 @@ args:
short: n
long: name
help: Specify the name of your project
takes_value: true
takes_value: true

0 comments on commit 11d8540

Please sign in to comment.