diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-24 10:28:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-24 10:28:01 -0500 |
| commit | b5f6f972342dbc5e1a4a3116743d812ec6baddea (patch) | |
| tree | be227d05145ed3cfede8d5400bfdc79ce2d3a67c /README.md | |
| parent | a5ad3868870f54c32b95c3e473cb86973ec53493 (diff) | |
Format (denoland/deno_std#42)
Original: https://github.com/denoland/deno_std/commit/9b8923844f643fa5e04ea85ce1df835c10e09b7d
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -5,13 +5,14 @@ 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 | +| 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. |
