The Deno Standard Library
Go to file
2019-01-02 09:12:48 -05:00
colors Format (#42) 2018-12-24 10:28:01 -05:00
examples Format (#42) 2018-12-24 10:28:01 -05:00
flags Format (#42) 2018-12-24 10:28:01 -05:00
logging Improve logging module (#51) 2019-01-02 09:12:48 -05:00
mkdirp Add mkdirp (#59) 2019-01-01 18:45:41 -05:00
net Add more MIME types (#57) 2019-01-02 08:47:43 -05:00
path Format (#42) 2018-12-24 10:28:01 -05:00
.travis.yml Add mkdirp (#59) 2019-01-01 18:45:41 -05:00
azure-pipelines.yml Improve logging module (#51) 2019-01-02 09:12:48 -05:00
format.ts Format (#42) 2018-12-24 10:28:01 -05:00
LICENSE migrate deno_path to deno_std (#26) 2018-12-18 21:29:39 -05:00
README.md Add mkdirp (#59) 2019-01-01 18:45:41 -05:00
test.ts Add mkdirp (#59) 2019-01-01 18:45:41 -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
mkdirp Make directory branches.

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