forked from IEEE-VIT/templa-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ASCII logo to README.md and Help/About page (IEEE-VIT#48)
* 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
1 parent
c9e8d46
commit 11d8540
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -17,4 +25,4 @@ args: | |
short: n | ||
long: name | ||
help: Specify the name of your project | ||
takes_value: true | ||
takes_value: true |