blob: 6032730e21ead247d031d53085bc7e5c825662e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Deno Standard Modules
[](https://travis-ci.com/denoland/deno_std)
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. |
| [net](./net/) | A framework for creating HTTP/HTTPS servers inspired by GoLang. |
| [path](./path/) | File path manipulation. |
| [flags](./flags/) | Command line arguments parser. |
| [logging](./logging/) | Command line logging |
| [mkdirp](./mkdirp/) | Make directory branches. |
---
Copyright 2018 the Deno authors. All rights reserved. MIT license.
|