Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughperkins/ant-bigtext
write ascii art text using an ant task
https://github.com/hughperkins/ant-bigtext
Last synced: 20 days ago
JSON representation
write ascii art text using an ant task
- Host: GitHub
- URL: https://github.com/hughperkins/ant-bigtext
- Owner: hughperkins
- License: mpl-2.0
- Created: 2013-07-18T14:32:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T14:16:36.000Z (almost 10 years ago)
- Last Synced: 2023-03-10T19:25:49.264Z (over 1 year ago)
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ant-bigtext
===========write ascii art text using an ant task
Example output
==============[bigtext] **** ****
[bigtext] *###* *###* ** **
[bigtext] *** *** ** **
[bigtext] ** ** ** **
[bigtext] ** ** ** **
[bigtext] ** ** ***** ** ** ******
[bigtext] ** ** ******* ** ** ********
[bigtext] *#######** ** ** ** ** ** **
[bigtext] ** ** ** *** ** ** ** **
[bigtext] ** ** ******* ** ** ** **
[bigtext] ** ** ***** *** *** ** **
[bigtext] ** ** * ** **** **** * **
[bigtext] **** **** *** **** **** **** ** ****
[bigtext] ###* *###* ****** *** *** ******Example ant build file
======================
Firstly, add the bigtext task to the build file, using 'taskdef'.
Then, you can freely create 'bigtext' tasks. You put the message into the 'message' attribute. The following attributes are available:
message: the message to print, mandatory
size: how big to print the message, optional, default: 20
fontname: the font to use, optional, default: Times New RomanBuild instructions
==================Pre-requisities
---------------* have ant installed, and in the PATH
* have a jdk installed, and in the PATHProcedure
---------* from the ant-bigtext directory, type 'ant'
To see a test example:
* from the ant-bigtext directory, type 'ant test'
License
=======Mozilla Public License 2.0