在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):builddoctor/maven-antsy-color开源软件地址(OpenSource Url):https://github.com/builddoctor/maven-antsy-color开源编程语言(OpenSource Language):Shell 100.0%开源软件介绍(OpenSource Introduction):Output Highlighting for MavenI miss Ant's AnsiColorLogger. So I found a blog post and another blog post, spent some time messing around, and decided to share the results on GitHub. It works by wrapping your wrapping your Maven command and then inserting ANSI colour codes in the output. To Colorize Maven Output
mkdir -p ${HOME}/scripts # make a place for the script to live
cp mvn ${HOME}/scripts echo "[[ -s \"${HOME}/scripts/mvn\" ]] && source \"${HOME}/scripts/mvn\"" >> ${HOME}/.bashrc # add to RC file
. ${HOME}/bashrc # to re-read your bash configuration
curl -L https://raw.github.com/builddoctor/maven-antsy-color/master/mvn >> ~/.bash_aliases How do you spell 'colour'?With a u in it. Until you realise that you're outnumbered by people who use the Georgian-era spelling |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论