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:
parent
b490638746
commit
2d9a9cdfd1
1 changed files with 27 additions and 9 deletions
36
README.md
36
README.md
|
@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue