1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
2019-01-02 13:45:42 -05:00
colors Happy New Year (denoland/deno_std#58) 2019-01-02 09:56:17 -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 Disable logging test to pass CI. 2019-01-02 13:45:42 -05:00
mkdirp Add mkdirp (denoland/deno_std#59) 2019-01-01 18:45:41 -05:00
net Add more MIME types (denoland/deno_std#57) 2019-01-02 08:47:43 -05:00
path Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
.travis.yml Bump CI to v0.2.5 (denoland/deno_std#63) 2019-01-02 13:23:46 -05:00
azure-pipelines.yml Bump CI to v0.2.5 (denoland/deno_std#63) 2019-01-02 13:23:46 -05:00
format.ts Happy New Year (denoland/deno_std#58) 2019-01-02 09:56:17 -05:00
LICENSE Happy New Year (denoland/deno_std#58) 2019-01-02 09:56:17 -05:00
README.md Happy New Year (denoland/deno_std#58) 2019-01-02 09:56:17 -05:00
test.ts Add mkdirp (denoland/deno_std#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-2019 the Deno authors. All rights reserved. MIT license.