mirror of
https://github.com/denoland/deno.git
synced 2024-12-26 17:19:06 -05:00
b5f6f97234
Original: 9b8923844f
18 lines
951 B
Markdown
18 lines
951 B
Markdown
# Deno Standard Modules
|
|
|
|
[![Build Status](https://travis-ci.com/denoland/deno_std.svg?branch=master)](https://travis-ci.com/denoland/deno_std)
|
|
|
|
This repository contains collections of modules that create a standard library
|
|
for Deno.
|
|
|
|
| Collection | Description |
|
|
| --------------------- | --------------------------------------------------------------- |
|
|
| [colors](./colors/) | Modules that generate ANSI color codes for the console. |
|
|
| [net](./net/) | A framework for creating HTTP/HTTPS servers inspired by GoLang. |
|
|
| [path](./path/) | File path manipulation. |
|
|
| [flags](./flags/) | Command line arguments parser. |
|
|
| [logging](./logging/) | Command line logging |
|
|
|
|
---
|
|
|
|
Copyright 2018 the Deno authors. All rights reserved. MIT license.
|