https://github.com/scalecube/scalecube-package-utils
ASCII art logo builder
https://github.com/scalecube/scalecube-package-utils
ascii ascii-art logo
Last synced: 6 months ago
JSON representation
ASCII art logo builder
- Host: GitHub
- URL: https://github.com/scalecube/scalecube-package-utils
- Owner: scalecube
- License: apache-2.0
- Created: 2018-06-17T05:51:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:46:49.000Z (almost 2 years ago)
- Last Synced: 2023-12-18T05:52:18.196Z (over 1 year ago)
- Topics: ascii, ascii-art, logo
- Language: Java
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# scalecube-app-utils
# Usage
``` javaLogo.builder().tagVersion(packageInfo.version())
.port(String.valueOf(seed.cluster().address().port()))
.ip(seed.cluster().address().host())
.group(packageInfo.groupId())
.artifact(packageInfo.artifactId())
.javaVersion(packageInfo.java())
.osType(packageInfo.os())
.pid(packageInfo.pid())
.hostname(packageInfo.hostname())
.website().draw();
Logo.from(packageInfo)
.port(String.valueOf(seed.cluster().address().port()))
.ip(seed.cluster().address().host())
.draw();
```# Print-out:
``` java
.,,,,,,
.,,,,,,,,,,,,/
.,,,,,,,,,,,,,,,,,,,.
.,,,,,,,,,,,,,,,,,,,,,,,,,,,.
.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ScaleCube Development is Running.
* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* Group: Development
***** /,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,/ .... Artifact: Development
******** /*,,,,,,,,,,,,,,,,,,,,,,,,,,,,/ ....... Java: 1.8.0_131
***********, /,,,,,,,,,,,,,,,,,,,,,* ........... OS: Windows 10
***************. *,,,,,,,,,,,,,*/ ............... PID: 4312
******************, /*,,,,,,/ .................. Host Name: my-host-name
********************** /*/ .....................
************************ ........................ http://scalecube.io
************************ ........................ https://github.com/scalecube
************************ ........................
************************ ........................
************************ ........................
************************ ........................
************************ ........................
************************ ........................
******************** ....................
***************** .................
************* .............
********** ..........
****** ......
*** ...
```