CaryLandholt / fatarrow-ascii-art

ASCII art of the fatarrow logo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatarrow-ascii-art

License Version Build Status Dependency Status

         __         _____        __
 ______  \ \      _/ ____\____ _/  |______ ______________  ______  _  __
/_____/   \ \     \   __\\__  \\   __\__  \\_  __ \_  __ \/  _ \ \/ \/ /
/_____/   / /      |  |   / __ \|  |  / __ \|  | \/|  | \(  <_> )     /
         /_/       |__|  (____  /__| (____  /__|   |__|   \____/ \/\_/
                              \/          \/

Install

Install with npm

$ npm install fatarrow-ascii-art

Usage

CoffeeScript

fatarrowAsciiArt = require 'fatarrow-ascii-art'

console.log fatarrowAsciiArt

JavaScript

var fatarrowAsciiArt = require('fatarrow-ascii-art');

console.log(fatarrowAsciiArt);

Table of Contents

Contributing

See CONTRIBUTING.md

Changelog

See CHANGELOG.md

License

See LICENSE

About

ASCII art of the fatarrow logo

License:MIT License


Languages

Language:CoffeeScript 92.1%Language:JavaScript 7.9%