2018-12-18 18:25:49 -05:00
|
|
|
# Deno Standard Modules
|
2018-11-07 14:28:47 -05:00
|
|
|
|
2018-12-18 18:25:49 -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
|
|
|
|
2019-01-03 11:40:09 -05:00
|
|
|
* **[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
|
2018-12-24 10:28:01 -05:00
|
|
|
|
2018-12-18 23:30:44 -05:00
|
|
|
---
|
2018-12-11 13:33:52 -05:00
|
|
|
|
2019-01-02 09:56:17 -05:00
|
|
|
Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|