diff options
Diffstat (limited to 'npm_assets/node_modules/luxon/README.md')
| -rw-r--r-- | npm_assets/node_modules/luxon/README.md | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/npm_assets/node_modules/luxon/README.md b/npm_assets/node_modules/luxon/README.md index 84bda4f..5e7a730 100644 --- a/npm_assets/node_modules/luxon/README.md +++ b/npm_assets/node_modules/luxon/README.md @@ -1,6 +1,6 @@ # Luxon -[![MIT License][license-image]][license] [![Build Status][travis-image]][travis-url] [![NPM version][npm-version-image]][npm-url] [![Coverage Status][test-coverage-image]][test-coverage-url] [![Doc coverage][doc-coverage-image]][doc-url] [![PRs welcome][contributing-image]][contributing-url] +[![MIT License][license-image]][license] [![Build Status][github-action-image]][github-action-url] [![NPM version][npm-version-image]][npm-url] [![Coverage Status][test-coverage-image]][test-coverage-url] [![PRs welcome][contributing-image]][contributing-url] Luxon is a library for working with dates and times in JavaScript. @@ -8,6 +8,10 @@ Luxon is a library for working with dates and times in JavaScript. DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toISO(); ``` +## Upgrading to 3.0 + +[Guide](https://moment.github.io/luxon/#upgrading) + ## Features * DateTime, Duration, and Interval types. * Immutable, chainable, unambiguous API. @@ -16,39 +20,36 @@ DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toIS ## Download/install -[Download/install instructions](https://moment.github.io/luxon/docs/manual/install.html) +[Download/install instructions](https://moment.github.io/luxon/#/install) ## Documentation -* [General documentation][doc-url] -* [API docs](https://moment.github.io/luxon/docs/identifiers.html) -* [Quick tour](https://moment.github.io/luxon/docs/manual/tour.html) -* [For Moment users](https://moment.github.io/luxon/docs/manual/moment.html) -* [Why does Luxon exist?](https://moment.github.io/luxon/docs/manual/why.html) +* [General documentation](https://moment.github.io/luxon/#/?id=luxon) +* [API docs](https://moment.github.io/luxon/api-docs/index.html) +* [Quick tour](https://moment.github.io/luxon/#/tour) +* [For Moment users](https://moment.github.io/luxon/#/moment) +* [Why does Luxon exist?](https://moment.github.io/luxon/#/why) * [A quick demo](https://moment.github.io/luxon/demo/global.html) ## Development -See [contributing](contributing.md). +See [contributing](CONTRIBUTING.md). ![Phasers to stun][phasers-image] [license-image]: http://img.shields.io/badge/license-MIT-blue.svg -[license]: license.md +[license]: LICENSE.md -[travis-url]: http://travis-ci.org/moment/luxon -[travis-image]: https://api.travis-ci.org/moment/luxon.svg?branch=master +[github-action-image]: https://github.com/moment/luxon/actions/workflows/test.yml/badge.svg +[github-action-url]: https://github.com/moment/luxon/actions/workflows/test.yml [npm-url]: https://npmjs.org/package/luxon [npm-version-image]: https://badge.fury.io/js/luxon.svg -[doc-url]: https://moment.github.io/luxon/docs/ -[doc-coverage-image]: https://moment.github.io/luxon/docs/badge.svg - [test-coverage-url]: https://codecov.io/gh/moment/luxon [test-coverage-image]: https://codecov.io/gh/moment/luxon/branch/master/graph/badge.svg -[contributing-url]: https://moment.github.io/luxon/docs/manual/contributing.html +[contributing-url]: https://github.com/moment/luxon/blob/master/CONTRIBUTING.md [contributing-image]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg [phasers-image]: https://img.shields.io/badge/phasers-stun-brightgreen.svg |
