0.1.4 • Published 7 years ago

le-ascii-art v0.1.4

Weekly downloads
2
License
-
Repository
github
Last release
7 years ago

le-ascii-art

Prints pretty stuff

Installation

npm install le-ascii-art

Usage

  var asciiArt = require('le-ascii-art');
  asciiArt.printLogo();

Tests

  • npm test to run unit tests once
  • gulp tdd to run unit and e2e tests when tests change
  • gulp coverage to run unit tests and create a code coverage report

Contributing

Please follow the project's conventions or your changes will not be accepted

Release History

  • 0.1.0 Initial release