8000 GitHub - fuminchao/timepicker-ng: New fork of bootstrap-timepicker, with long-term goal to provide locale-aware, translatable timepicker which only loosely coupled with Bootstrap Framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

New fork of bootstrap-timepicker, with long-term goal to provide locale-aware, translatable timepicker which only loosely coupled with Bootstrap Framework

License

Notifications You must be signed in to change notification settings

fuminchao/timepicker-ng

 
 

Repository files navigation

Timepicker for Twitter Bootstrap 3.x

A simple timepicker component for Twitter Bootstrap. Build Status

Demos & Documentation

View demos & documentation.

Contributing

  1. Install NodeJS and Node Package Manager.

  2. Install packages

    npm install
  1. Use Bower to get the dev dependencies.
$ bower install
  1. Use Grunt to run tests, compress assets, etc.
$ grunt test // run jshint and jasmine tests
$ grunt watch // run jsHint and Jasmine tests whenever a file is changed
$ grunt compile // minify the js and css files
$ grunt gh-pages // push updates to gh-pages
$ grunt bump:[patch/minor/major] // bump the version
  • Please make it easy on me by covering any new features or issues with Jasmine tests.
  • If your changes need documentation, please take the time to update the docs.

Acknowledgements

Special thanks to @jdewit and his work on bootstrap-timepicker which are the foundation of this fork.

About

New fork of bootstrap-timepicker, with long-term goal to provide locale-aware, translatable timepicker which only loosely coupled with Bootstrap Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.9%
  • HTML 16.2%
  • CSS 5.3%
  • Python 2.5%
  • Shell 0.1%
0