deno/README.md

39 lines
827 B
Markdown
Raw Normal View History

# Deno Standard Modules
[![Build Status](https://dev.azure.com/denoland/deno_std/_apis/build/status/denoland.deno_std?branchName=master)](https://dev.azure.com/denoland/deno_std/_build/latest?definitionId=2?branchName=master)
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.