# Ace, by DAISY

[![Version](https://img.shields.io/npm/v/@daisy/ace.svg)](https://www.npmjs.com/package/@daisy/ace)
[![License](https://img.shields.io/npm/l/@daisy/ace.svg)](LICENSE)
[![Downloads](https://img.shields.io/npm/dm/@daisy/ace.svg)](https://www.npmjs.com/package/@daisy/ace)  
[![Travis CI](https://img.shields.io/travis/daisy/ace.svg)](https://travis-ci.org/daisy/ace)
[![Open Bugs](https://img.shields.io/github/issues-raw/daisy/ace/bug.svg)](https://github.com/daisy/ace/issues)
[![Dependencies Status](https://img.shields.io/david/daisy/ace.svg)](https://david-dm.org/daisy/ace)
[![Known Vulnerabilities](https://snyk.io/test/github/daisy/ace/badge.svg)](https://snyk.io/test/github/daisy/ace)

Ace, the Accessibility Checker for EPUB, is a tool developed by the [DAISY Consortium](http://daisy.org) to assist with the evaluation of the accessibility of EPUB publications.

## Getting started

 * Install Node.JS (version 6 or higher).
 * Install Ace with `npm install @daisy/ace -g`

If everything went smoothly, you should now be able to run the `ace` command in your shell.

## Need more info?

User and developer documentation is available on [Ace’s web site](https://daisy.github.io/ace).

The sources for this package are in the [@daisy/ace GitHub repository](https://github.com/daisy/ace). Please use this repository to file issues and submit pull requests.