summaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/luxon/README.md
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-02-03 19:17:00 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-02-03 19:17:00 -0500
commit3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (patch)
treea7cf56282e54f05785243bc1e903d6594f2c06ba /npm_assets/node_modules/luxon/README.md
parent787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff)
New upstream version 8.1.2.upstream/8.1.2
Diffstat (limited to 'npm_assets/node_modules/luxon/README.md')
-rw-r--r--npm_assets/node_modules/luxon/README.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/npm_assets/node_modules/luxon/README.md b/npm_assets/node_modules/luxon/README.md
new file mode 100644
index 0000000..feaaeab
--- /dev/null
+++ b/npm_assets/node_modules/luxon/README.md
@@ -0,0 +1,54 @@
+# 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]
+
+Luxon is a library for working with dates and times in Javascript.
+
+```js
+DateTime.local().setZone('America/New_York').minus({ weeks: 1 }).endOf('day').toISO();
+```
+
+## Features
+ * DateTime, Duration, and Interval types.
+ * Immutable, chainable, unambiguous API.
+ * Parsing and formatting for common and custom formats.
+ * Native time zone and Intl support (no locale or tz files).
+
+## Download/install
+
+[Download/install instructions](https://moment.github.io/luxon/docs/manual/install.html)
+
+## 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)
+* [A quick demo](https://moment.github.io/luxon/demo/global.html)
+
+## Development
+
+See [contributing](contributing.md).
+
+![Phasers to stun][phasers-image]
+
+[license-image]: http://img.shields.io/badge/license-MIT-blue.svg
+[license]: license.md
+
+[travis-url]: http://travis-ci.org/moment/luxon
+[travis-image]: https://api.travis-ci.org/moment/luxon.svg?branch=master
+
+[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-image]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
+
+[phasers-image]: https://img.shields.io/badge/phasers-stun-brightgreen.svg