# 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. | Collection | Description | | ---------------------------- | --------------------------------------------------------------- | | [colors](./colors/README.md) | Modules that generate ANSI color codes for the console. | | [net](./net/README.md) | A framework for creating HTTP/HTTPS servers inspired by GoLang. | | [path](./path/README.md) | A path manipulation library. | | [flags](./flags/README.md) | Command line arguments parser based on minimist. | --- Copyright 2018 the Deno authors. All rights reserved. MIT license.