dfinity-logo

Crates.iodfinity-logo
lib.rsdfinity-logo
version0.1.0
sourcesrc
created_at2022-08-10 18:30:05.361905
updated_at2022-08-10 18:30:05.361905
descriptionSmall program that prints the dfinity logo as ascii-art
homepagehttps://github.com/DanielThurau/dfinity-logo
repositoryhttps://github.com/DanielThurau/dfinity-logo
max_upload_size
id642768
size305,151
Daniel Thurau (DanielThurau)

documentation

README

dfinity-logo

A fun little program that prints the dfinity-logo as ascii-art. Copied from dfinity/sdk.

How to use

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.

Commit count: 4

cargo fmt