mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
Make README readable on mobile (#71)
This commit is contained in:
parent
b490638746
commit
2d9a9cdfd1
36
README.md
36
README.md
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user