mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
8d682b4d49
Original: 2d9a9cdfd1
38 lines
743 B
Markdown
38 lines
743 B
Markdown
# Deno Standard Modules
|
|
|
|
[![Build Status](https://travis-ci.com/denoland/deno_std.svg?branch=master)](https://travis-ci.com/denoland/deno_std)
|
|
|
|
This repository contains collections of modules that create a standard library
|
|
for Deno.
|
|
|
|
* **[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
|
|
|
|
---
|
|
|
|
Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|