https://github.com/firstandthird/pickr
A javascript date picker
https://github.com/firstandthird/pickr
Last synced: 3 months ago
JSON representation
A javascript date picker
- Host: GitHub
- URL: https://github.com/firstandthird/pickr
- Owner: firstandthird
- License: mit
- Created: 2013-11-10T17:02:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T17:41:05.000Z (over 9 years ago)
- Last Synced: 2025-03-04T09:40:27.005Z (about 1 year ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
#pickr
A javascript datepicker
##Installation
###Bower
`bower install pickr`
###Manual Download
- [Development]()
- [Production]()
##Usage
Docs coming soon
##Development
###Requirements
- node and npm
- bower `npm install -g bower`
- grunt `npm install -g grunt-cli`
###Setup
- `npm install`
- `bower install`
###Run
`grunt dev`
or for just running tests on file changes:
`grunt ci`
###Tests
`grunt mocha`