mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
4f4601609f
Original: 0ba93a9b95
23 lines
915 B
Markdown
23 lines
915 B
Markdown
# Deno Standard Modules
|
|
|
|
[![Build Status](https://dev.azure.com/denoland/deno_std/_apis/build/status/denoland.deno_std?branchName=master)](https://dev.azure.com/denoland/deno_std/_build/latest?definitionId=2?branchName=master)
|
|
|
|
These modules do not have external dependencies and they are reviewed by the
|
|
Deno core team. The intention is to have a standard set of high quality code
|
|
that all Deno projects can use fearlessly.
|
|
|
|
Contributions are welcome!
|
|
|
|
## How to use
|
|
|
|
These modules are tagged in accordance with Deno releases. So, for example, the
|
|
v0.3.0 tag is guaranteed to work with deno v0.3.0.
|
|
You can link to v0.3.0 using the URL `https://deno.land/std@v0.3.0/`
|
|
|
|
It's strongly recommended that you link to tagged releases rather than the
|
|
master branch. The project is still young and we expect disruptive renames in
|
|
the future.
|
|
|
|
## Contributing
|
|
|
|
Follow the [style guide](https://deno.land/style_guide.html).
|