Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asciify

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asciify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "asciify",
"version": "1.0.0",
"description": "Plain text awesomizer",
"version": "1.0.1",
"description": "Plain text awesomizer. A hybrid npm module and CLI for turning plain text into ascii art.",
"main": "index.js",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -10,6 +10,5 @@ ASCIIFY

An 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.
A thin wrapper around the most excellent [figlet-js][], as it's not yet available in npm.
## Getting started

@@ -19,12 +18,6 @@

Install asciify:
cd /your/project/directory
Install asciify and gasp:
npm install -g asciify
## Examples
Or from the CLI:
asciify "Boom" -f larry3d

@@ -45,3 +38,3 @@ ____

Or as a node module:
Or use it as a node module:

@@ -70,11 +63,11 @@ asciify('Awesome', function(text){ console.log(text) });

## TODO
## Thanks to
asciify('Multi\nLine\nText')
- [figlet-js][] which does the magic
- [optimist][], smoothing the choppy waters of CLI argument parsing.
- [node-tap][], robot friendly test codez, and all the wonders of npm.
asciify(['All', 'The', 'Strings'])
[figlet-js]:https://github.com/scottgonzalez/figlet-js
[figlet-js]: https://github.com/scottgonzalez/figlet-js
[optimist]: https://github.com/substack/node-optimist
[node-tap]: https://github.com/isaacs/node-tap
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc