Skip to content

CaryLandholt/fatarrow-ascii-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

036c9e9 · Jul 25, 2014

History

15 Commits
Jun 9, 2014
Jun 9, 2014
Jul 7, 2014
Jun 15, 2014
Jun 15, 2014
Jun 15, 2014
Jun 9, 2014
May 10, 2014
Jun 9, 2014
Jul 25, 2014

Repository files navigation

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