std/README.md

50 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2023-10-28 07:50:54 +00:00
# Deno Standard Library
2018-11-07 19:28:47 +00:00
[![JSR @std](https://jsr.io/badges/@std)](https://jsr.io/@std)
2024-07-17 11:50:10 +00:00
[![codecov](https://codecov.io/gh/denoland/std/branch/main/graph/badge.svg?token=w6s3ODtULz)](https://codecov.io/gh/denoland/std)
[![ci](https://github.com/denoland/std/actions/workflows/ci.yml/badge.svg)](https://github.com/denoland/std/actions/workflows/ci.yml)
2023-10-28 07:50:54 +00:00
High-quality APIs for [Deno](https://deno.com/) and the web. Use fearlessly.
2019-01-03 16:40:09 +00:00
2024-06-27 08:55:45 +00:00
> [!IMPORTANT]
> Newer versions of the Standard Library are now hosted on
2024-04-29 07:07:37 +00:00
> [JSR](https://jsr.io/@std). Older versions up till 0.224.0 are still available
> at [deno.land/std](https://deno.land/std).
2019-04-13 19:30:56 +00:00
2024-11-20 04:09:38 +00:00
## Resources
2024-11-20 04:09:38 +00:00
- [Package list](https://jsr.io/@std)
- [Architecture guide](./.github/ARCHITECTURE.md)
- [Design documentation](.github/ARCHITECTURE.md#design)
- [Contributing guidelines](.github/CONTRIBUTING.md)
- [Frequently asked questions (FAQ)](./.github/FAQ.md)
2023-10-28 07:50:54 +00:00
## Releases
2024-06-27 08:55:45 +00:00
Package versions >=1.0.0 follow [Semantic Versioning](https://semver.org/), and
package versions <1.0.0 follow
[this proposal](https://github.com/semver/semver/pull/923).
## Badge
> [!NOTE]
> Previously, this repo hosted the badge SVG file. Now, the badge is retrieved
> directly from [Shields.io](https://shields.io/).
[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std)
```html
<a href="https://jsr.io/@std">
<img
width="135"
height="20"
src="https://img.shields.io/badge/Built_with_std-blue?logo=deno"
alt="Built with the Deno Standard Library"
/>
</a>
```
```md
[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std)
```