1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 19:44:10 -05:00

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 This repository contains collections of modules that create a standard library
for Deno. for Deno.
| Collection | Description | * **[colors](./colors/)**
| --------------------- | --------------------------------------------------------------- |
| [colors](./colors/) | Modules that generate ANSI color codes for the console. | Modules that generate ANSI color codes for the console.
| [flags](./flags/) | Command line arguments parser. |
| [logging](./logging/) | Command line logging | * **[flags](./flags/)**
| [mkdirp](./mkdirp/) | Make directory branches. |
| [net](./net/) | A framework for creating HTTP/HTTPS servers inspired by GoLang. | Command line arguments parser.
| [path](./path/) | File path manipulation. |
| [testing](./testing/) | Testing | * **[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
--- ---