Make README readable on mobile (#71)

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

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
---