
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Plain text awesomizer. A hybrid npm module and CLI for turning plain text into ascii art.
A hybrid npm module and CLI for turning plain text into ascii art. A pure JS figlet tool to make all your banners better.
__________________________ ______________
\__ ___/\_ _____/\ \/ /\__ ___/
Takes text, awesomizes it, returns | | | __)_ \ / | |
| | | \ / \ | |
|____| /_______ //___/\ \ |____|
\/ \_/
Install Node.js (tested on 0.8 and 0.10)
Install asciify
and gasp:
npm install -g asciify
asciify "Boom" -f larry3d
____
/\ _`\
\ \ \L\ \ ___ ___ ___ ___
\ \ _ <' / __`\ / __`\ /' __` __`\
\ \ \L\ \/\ \L\ \/\ \L\ \/\ \/\ \/\ \
\ \____/\ \____/\ \____/\ \_\ \_\ \_\
\/___/ \/___/ \/___/ \/_/\/_/\/_/
For a really good time call:
asciify -a "All The Fonts!"
Or use it as a node module:
asciify('Awesome', function(err, res){ console.log(res) });
_____
/ _ \ __ _ __ ____ ______ ____ _____ ____
/ /_\ \ \ \/ \/ /_/ __ \ / ___/ / _ \ / \ _/ __ \
/ | \ \ / \ ___/ \___ \ ( <_> )| Y Y \\ ___/
\____|__ / \/\_/ \___ >/____ > \____/ |__|_| / \___ >
\/ \/ \/ \/ \/
And again with the font option:
asciify('Fonts?', {font:'3-d'}, function(err, res){ console.log(res) });
******** ** ****
/**///// /** **//**
/** ****** ******* ****** ******/** /**
/******* **////**//**///**///**/ **//// // **
/**//// /** /** /** /** /** //***** **
/** /** /** /** /** /** /////** //
/** //****** *** /** //** ****** **
// ////// /// // // ////// //
Now with color support thanks to chalk and @jlowgren
asciify( 'Make it come out green', {color:'green'}, function(err, res){ console.log(res)} );
Bonus method
asciify.getFonts(function (err, fonts) { fonts.forEach( console.log ) )
git submodule init
git submodule update
npm install
npm test
color
option to pick your font color (DO NOT USE)FAQs
Plain text awesomizer. A hybrid npm module and CLI for turning plain text into ascii art.
The npm package asciify receives a total of 4,297 weekly downloads. As such, asciify popularity was classified as popular.
We found that asciify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.