|
| 1 | +# angular-bootstrap-tour |
| 2 | +[![Build Status][build-image]][build-url] |
| 3 | +[![Code GPA][gpa-image]][gpa-url] |
| 4 | +[![Test Coverage][coverage-image]][coverage-url] |
| 5 | +[![Dependency Status][depstat-image]][depstat-url] |
| 6 | +[![Bower Version][bower-image]][bower-url] |
| 7 | +[![NPM version][npm-image]][npm-url] |
| 8 | +[![IRC Channel][irc-image]][irc-url] |
| 9 | +[![Gitter][gitter-image]][gitter-url] |
| 10 | +[![GitTip][tip-image]][tip-url] |
| 11 | + |
| 12 | +## About |
| 13 | + |
| 14 | +All about how amazing the angular-bootstrap-tour micro-library is. |
| 15 | + |
| 16 | +This repository was scaffolded with [generator-microjs](https://github.com/daniellmb/generator-microjs). |
| 17 | + |
| 18 | +## Examples |
| 19 | + |
| 20 | +### JavaScript |
| 21 | + |
| 22 | +```JavaScript |
| 23 | + // TODO |
| 24 | +``` |
| 25 | + |
| 26 | +## Install Choices |
| 27 | +- `bower install angular-bootstrap-tour` |
| 28 | +- [download the zip](https://github.com/benmarch/angular-bootstrap-tour/archive/master.zip) |
| 29 | + |
| 30 | +## Tasks |
| 31 | + |
| 32 | +All tasks can be run by simply running `grunt` or with the `npm test` command, or individually: |
| 33 | + |
| 34 | + * `grunt lint` will lint source code for syntax errors and anti-patterns. |
| 35 | + * `grunt gpa` will analyze source code against complexity thresholds. |
| 36 | + * `grunt test` will run the jasmine unit tests against the source code. |
| 37 | + * `grunt test-min` will run the jasmine unit tests against the minified code. |
| 38 | + |
| 39 | +## License |
| 40 | + |
| 41 | +(The MIT License) |
| 42 | + |
| 43 | +Copyright (c) 2014 |
| 44 | + |
| 45 | +Permission is hereby granted, free of charge, to any person obtaining |
| 46 | +a copy of this software and associated documentation files (the |
| 47 | +'Software'), to deal in the Software without restriction, including |
| 48 | +without limitation the rights to use, copy, modify, merge, publish, |
| 49 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 50 | +permit persons to whom the Software is furnished to do so, subject to |
| 51 | +the following conditions: |
| 52 | + |
| 53 | +The above copyright notice and this permission notice shall be |
| 54 | +included in all copies or substantial portions of the Software. |
| 55 | + |
| 56 | +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
| 57 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 58 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 59 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 60 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 61 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 62 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +[build-url]: https://travis-ci.org/benmarch/angular-bootstrap-tour |
| 67 | +[build-image]: http://img.shields.io/travis/benmarch/angular-bootstrap-tour.png |
| 68 | + |
| 69 | +[gpa-url]: https://codeclimate.com/github/benmarch/angular-bootstrap-tour |
| 70 | +[gpa-image]: https://codeclimate.com/github/benmarch/angular-bootstrap-tour.png |
| 71 | + |
| 72 | +[coverage-url]: https://codeclimate.com/github/benmarch/angular-bootstrap-tour/code?sort=covered_percent&sort_direction=desc |
| 73 | +[coverage-image]: https://codeclimate.com/github/benmarch/angular-bootstrap-tour/coverage.png |
| 74 | + |
| 75 | +[depstat-url]: https://david-dm.org/benmarch/angular-bootstrap-tour |
| 76 | +[depstat-image]: https://david-dm.org/benmarch/angular-bootstrap-tour.png?theme=shields.io |
| 77 | + |
| 78 | +[issues-url]: https://github.com/benmarch/angular-bootstrap-tour/issues |
| 79 | +[issues-image]: http://img.shields.io/github/issues/benmarch/angular-bootstrap-tour.png |
| 80 | + |
| 81 | +[bower-url]: http://bower.io/search/?q=angular-bootstrap-tour |
| 82 | +[bower-image]: https://badge.fury.io/bo/angular-bootstrap-tour.png |
| 83 | + |
| 84 | +[downloads-url]: https://www.npmjs.org/package/angular-bootstrap-tour |
| 85 | +[downloads-image]: http://img.shields.io/npm/dm/angular-bootstrap-tour.png |
| 86 | + |
| 87 | +[npm-url]: https://www.npmjs.org/package/angular-bootstrap-tour |
| 88 | +[npm-image]: https://badge.fury.io/js/angular-bootstrap-tour.png |
| 89 | + |
| 90 | +[irc-url]: http://webchat.freenode.net/?channels=angular-bootstrap-tour |
| 91 | +[irc-image]: http://img.shields.io/badge/irc-%23angular-bootstrap-tour-brightgreen.png |
| 92 | + |
| 93 | +[gitter-url]: https://gitter.im/benmarch/angular-bootstrap-tour |
| 94 | +[gitter-image]: http://img.shields.io/badge/gitter-benmarch/angular-bootstrap-tour-brightgreen.png |
| 95 | + |
| 96 | +[tip-url]: https://www.gittip.com/benmarch |
| 97 | +[tip-image]: http://img.shields.io/gittip/benmarch.png |
0 commit comments