-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44d32a9
commit e0a37a2
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
<img src="docs/public/tempo.png" alt="TEMPO" width="400" height="156"> | ||
<img src="docs/public/tempo.png" alt="TEMPO" width="500" height="195"> | ||
|
||
[![Vitest](https://github.com/formkit/tempo/actions/workflows/tests.yml/badge.svg)](https://github.com/formkit/tempo/actions/workflows/tests.yml) | ||
|
||
# Tempo | ||
# Tempo — The easiest way to work with dates in JavaScript (and TypeScript) | ||
|
||
Tempo is a new library in a proud tradition of JavaScript date and time libraries. Inspired by the likes of moment.js, day.js, and date-fns Tempo is built from the ground up to be as small and easy to use as possible. | ||
|
||
Tempo is best thought of as a collection of utilities for working with `Date` objects — an important distinction from other libraries that provide custom date primitives. Under the hood, Tempo mines JavaScript's `Intl.DateTimeFormat` to extract complex data like timezones offsets and locale aware date formats giving you a simple API to format, parse, and manipulates dates. | ||
|
||
[Read the docs](https://tempo.formkit.com) | ||
|
||
--- | ||
|
||
Created by the <a href="https://formkit.com">FormKit team</a>. |