Baltazore / ember-power-calendar-luxon

Internal utils of Ember Power Calendar built on top of Luxon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-power-calendar-luxon

Date manipulation, formatting and parsing is too complex for ember-power-calendar to reinvent, so it has to rely on other well tested libraries for that.

This is the addon that exposes the utils used internally by ember-power-calendar, using Luxon.js underneath, a lighter (and arguably with a nicer API) alternative to moment.js that leverages the browser's Intl API for localization.

You will want to install this addon if you already use luxon in your application already, or if luxon is your preferred date manipulation library.

Installation

ember install ember-power-calendar-luxon

Usage

Don't use it.

This library is meant to be used internally by ember-power-calendar only.

The API can change in breaking ways based on the needs of Ember Power Calendar.

Contributing

Installation

  • git clone <repository-url>
  • cd ember-power-calendar-luxon
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

About

Internal utils of Ember Power Calendar built on top of Luxon

License:MIT License


Languages

Language:JavaScript 83.5%Language:HTML 15.8%Language:CSS 0.7%