Find a file
2018-12-24 10:28:01 -05:00
colors Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
examples Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
flags Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
logging Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
net Add CORS option to file_server (denoland/deno_std#45) 2018-12-23 22:50:49 -05:00
path Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
.travis.yml ci: update deno version to v0.2.3 2018-12-14 19:11:31 -05:00
azure-pipelines.yml Add Azure Pipelines CI (Linux and Mac only) 2018-12-21 12:14:03 -05:00
format.ts Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
LICENSE migrate deno_path to deno_std (denoland/deno_std#26) 2018-12-18 21:29:39 -05:00
README.md Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
test.ts Add CORS option to file_server (denoland/deno_std#45) 2018-12-23 22:50:49 -05:00

Deno Standard Modules

Build Status

This repository contains collections of modules that create a standard library for Deno.

Collection Description
colors Modules that generate ANSI color codes for the console.
net A framework for creating HTTP/HTTPS servers inspired by GoLang.
path File path manipulation.
flags Command line arguments parser.
logging Command line logging

Copyright 2018 the Deno authors. All rights reserved. MIT license.