The Deno Standard Library
Go to file
2018-12-19 13:50:48 -05:00
colors Add colors example (#31) 2018-12-19 13:20:06 -05:00
examples Add examples/ directory (#28) 2018-12-19 13:50:48 -05:00
flags Add flags module (#32) 2018-12-19 13:06:31 -05:00
logging Add logging module (#33) 2018-12-19 13:16:45 -05:00
net Add colors module (#30) 2018-12-18 23:30:44 -05:00
path migrate deno_path to deno_std (#26) 2018-12-18 21:29:39 -05:00
.travis.yml ci: update deno version to v0.2.3 2018-12-14 19:11:31 -05:00
format.ts Fix prettier version (#27) 2018-12-19 13:01:26 -05:00
LICENSE migrate deno_path to deno_std (#26) 2018-12-18 21:29:39 -05:00
README.md Add logging module (#33) 2018-12-19 13:16:45 -05:00
test.ts Add examples/ directory (#28) 2018-12-19 13:50:48 -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.