1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/README.md

18 lines
901 B
Markdown
Raw Normal View History

# Deno Standard Modules
2018-11-07 14:28:47 -05:00
[![Build Status](https://travis-ci.com/denoland/deno_std.svg?branch=master)](https://travis-ci.com/denoland/deno_std)
2018-11-07 14:28:47 -05:00
2018-12-18 23:30:44 -05:00
This repository contains collections of modules that create a standard library
for Deno.
2018-11-08 04:01:20 -05:00
2018-12-18 23:30:44 -05:00
| 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. |
2018-12-19 13:06:31 -05:00
| [flags](./flags/README.md) | Command line arguments parser based on minimist. |
2018-12-01 02:40:04 -05:00
2018-12-18 23:30:44 -05:00
---
2018-12-11 13:33:52 -05:00
2018-12-18 23:30:44 -05:00
Copyright 2018 the Deno authors. All rights reserved. MIT license.