文件名称:GeekCode:将文本转换为ASCII Art的CLI
文件大小:15KB
文件格式:ZIP
更新时间:2024-03-06 20:01:33
cli cmake cpp text-generation C++
GeekCode v2.7
一个将文本转换为ASCII Art的CLI。
Usage: geekcode [options] file
Options:
-h --help : Display this information.
-v --version : Display the version of GeekCode.
-c --custom
【文件预览】:
GeekCode-master
----src()
--------CLI.cpp(2KB)
--------Character.cpp(531B)
--------TextTransformer.cpp(15KB)
--------FileHandler.cpp(853B)
--------main.cpp(1KB)
--------FileNotFound.cpp(272B)
----CMakeLists.txt(201B)
----README.md(1KB)
----.gitignore(16KB)
----include()
--------FileHandler.hpp(428B)
--------Character.hpp(450B)
--------CLI.hpp(448B)
--------Constants.hpp(202B)
--------FileNotFound.hpp(329B)
--------TextTransformer.hpp(640B)