Skip to content

Commit

Permalink
Make README readable on mobile (denoland#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and ry committed Jan 3, 2019
1 parent b490638 commit 2d9a9cd
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions README.md
Expand Up @@ -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

---

Expand Down

0 comments on commit 2d9a9cd

Please sign in to comment.