0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00

Make README readable on mobile (denoland/deno_std#71)

Original: 2d9a9cdfd1
This commit is contained in:
Bartek Iwańczuk 2019-01-03 17:40:09 +01:00 committed by Ryan Dahl
parent 64b8f80980
commit 8d682b4d49

View file

@ -5,15 +5,33 @@
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. |
| [flags](./flags/) | Command line arguments parser. |
| [logging](./logging/) | Command line logging |
| [mkdirp](./mkdirp/) | Make directory branches. |
| [net](./net/) | A framework for creating HTTP/HTTPS servers inspired by GoLang. |
| [path](./path/) | File path manipulation. |
| [testing](./testing/) | Testing |
* **[colors](./colors/)**
Modules that generate ANSI color codes for the console.
* **[flags](./flags/)**
Command line arguments parser.
* **[logging](./logging/)**
Command line logging
* **[mkdirp](./mkdirp/)**
Make directory branches.
* **[net](./net/)**
A framework for creating HTTP/HTTPS servers inspired by GoLang.
* **[path](./path/)**
File path manipulation.
* **[testing](./testing/)**
Testing
---