| 1 |
Timepicker for Twitter Bootstrap |
| 2 |
======= |
| 3 |
[](https://travis-ci.org/jdewit/bootstrap-timepicker](https://travis-ci.org/jdewit/bootstrap-timepicker](https://travis-ci.org/jdewit/bootstrap-timepicker) |
| 4 |
|
| 5 |
A simple timepicker component for Twitter Bootstrap. |
| 6 |
|
| 7 |
Status |
| 8 |
====== |
| 9 |
Please take a look at the `CHANGELOG.md` and the issues tab for issues we're |
| 10 |
working on and their relative priorities. |
| 11 |
|
| 12 |
Installation |
| 13 |
============ |
| 14 |
|
| 15 |
This project is registered as a <a href="http://bower.io">Bower</a> package, |
| 16 |
and can be installed with the following command: |
| 17 |
|
| 18 |
```bash |
| 19 |
bower install bootstrap-timepicker |
| 20 |
``` |
| 21 |
|
| 22 |
You can also download our latest release (and any previous release) |
| 23 |
<a href="https://github.com/jdewit/bootstrap-timepicker/releases">here</a>. |
| 24 |
|
| 25 |
Demos & Documentation |
| 26 |
===================== |
| 27 |
|
| 28 |
View <a href="http://jdewit.github.com/bootstrap-timepicker">demos & documentation</a>. |
| 29 |
|
| 30 |
Support |
| 31 |
======= |
| 32 |
|
| 33 |
If you make money using this timepicker, please consider |
| 34 |
supporting its development. |
| 35 |
|
| 36 |
<a href="http://www.pledgie.com/campaigns/19125"><img alt="Click here to support bootstrap-timepicker!" src="http://www.pledgie.com/campaigns/19125.png?skin_name=chrome" border="0" target="_blank"/></a> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://jdewit.github.com/bootstrap-timepicker"></a> <noscript><a href="http://flattr.com/thing/1116513/Bootstrap-Timepicker" target="_blank"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript> |
| 37 |
|
| 38 |
Contributing |
| 39 |
============ |
| 40 |
|
| 41 |
1. Install <a href="www.nodejs.org">NodeJS</a> and <a href="www.npmjs.org">Node Package Manager</a>. |
| 42 |
|
| 43 |
2. Install packages |
| 44 |
|
| 45 |
```bash |
| 46 |
npm install |
| 47 |
``` |
| 48 |
|
| 49 |
3. Use <a href="https://github.com/twitter/bower">Bower</a> to get the dev dependencies. |
| 50 |
|
| 51 |
```bash |
| 52 |
bower install |
| 53 |
``` |
| 54 |
|
| 55 |
4. Use <a href="www.gruntjs.com">Grunt</a> to run tests, compress assets, etc. |
| 56 |
|
| 57 |
```bash |
| 58 |
grunt test // run jshint and jasmine tests |
| 59 |
grunt watch // run jsHint and Jasmine tests whenever a file is changed |
| 60 |
grunt compile // minify the js and css files |
| 61 |
``` |
| 62 |
|
| 63 |
- Please make it easy on me by covering any new features or issues |
| 64 |
with <a href="http://pivotal.github.com/jasmine">Jasmine</a> tests. |
| 65 |
- If your changes need documentation, please take the time to update the docs. |
| 66 |
|
| 67 |
Acknowledgements |
| 68 |
================ |
| 69 |
|
| 70 |
Thanks to everyone who have given feedback and submitted pull requests. A |
| 71 |
list of all the contributors can be found <a href="https://github.com/jdewit/bootstrap-timepicker/graphs/contributors">here</a>. |
| 72 |
|
| 73 |
Special thanks to @eternicode and his <a href="https://github.com/eternicode/bootstrap-datepicker">Twitter Datepicker</a> for inspiration. |
| 74 |
|