Crates.io | dfinity-logo |
lib.rs | dfinity-logo |
version | 0.1.0 |
source | src |
created_at | 2022-08-10 18:30:05.361905 |
updated_at | 2022-08-10 18:30:05.361905 |
description | Small program that prints the dfinity logo as ascii-art |
homepage | https://github.com/DanielThurau/dfinity-logo |
repository | https://github.com/DanielThurau/dfinity-logo |
max_upload_size | |
id | 642768 |
size | 305,151 |
A fun little program that prints the dfinity-logo as ascii-art. Copied from dfinity/sdk.
First you must build the rust program:
$ cargo build --release
The binary is located in dfinity-logo/target/release/
. Copy dfinity-logo
to somewhere in your path
and run it with:
$ dfinity-logo
I put this at the top of my .zshrc
to display when opening new terminal sessions.