{{pkg.name}} ========== [![Build Status][my_travis_badge_url]][my_travis_url] [![Code Climate][my_codeclimate_badge_url]][my_codeclimate_url] [![Code Coverage][my_codeclimate_coverage_badge_url]][my_codeclimate_url] [![npm version][my_npm_budge_url]][my_npm_url] {{pkg.description}} Usage ---- ### Deploy to github pages. ```javascript {{{read 'docs/examples/example-deploy-gh-pages.js'}}} ``` Installation ---- ```javascript $ npm install {{pkg.name}} --save ``` License ------- This software is released under the [MIT License][my_license_url]. Links ------ {{#each links}}+ [{{@key}}]({{{this}}}) {{/each}} [npm_url]: https://www.npmjs.org/ [my_repo_url]: https://github.com/ape-repo/{{pkg.name}} [my_travis_url]: http://travis-ci.org/ape-repo/{{pkg.name}} [my_travis_badge_url]: http://img.shields.io/travis/ape-repo/{{pkg.name}}.svg?style=flat [my_license_url]: https://github.com/ape-repo/{{pkg.name}}/blob/master/LICENSE [my_codeclimate_url]: http://codeclimate.com/github/ape-repo/{{pkg.name}} [my_codeclimate_badge_url]: http://img.shields.io/codeclimate/github/ape-repo/{{pkg.name}}.svg?style=flat [my_codeclimate_coverage_badge_url]: http://img.shields.io/codeclimate/coverage/github/ape-repo/{{pkg.name}}.svg?style=flat [my_coverage_url]: http://ape-repo.github.io/{{pkg.name}}/coverage/lcov-report [my_npm_url]: http://www.npmjs.org/package/{{pkg.name}} [my_npm_budge_url]: http://img.shields.io/npm/v/{{pkg.name}}.svg?style=flat