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
2018-12-23 22:50:49 -05:00
colors Make compatible with latest deno (denoland/deno_std#41) 2018-12-23 18:49:46 -05:00
examples Remove default export from flags module (denoland/deno_std#38) 2018-12-21 13:02:52 -05:00
flags Remove default export from flags module (denoland/deno_std#38) 2018-12-21 13:02:52 -05:00
logging Make compatible with latest deno (denoland/deno_std#41) 2018-12-23 18:49:46 -05:00
net Add CORS option to file_server (denoland/deno_std#45) 2018-12-23 22:50:49 -05:00
path Make compatible with latest deno (denoland/deno_std#41) 2018-12-23 18:49:46 -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 Fix prettier version (denoland/deno_std#27) 2018-12-19 13:01:26 -05:00
LICENSE migrate deno_path to deno_std (denoland/deno_std#26) 2018-12-18 21:29:39 -05:00
README.md Add logging module (denoland/deno_std#33) 2018-12-19 13:16:45 -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.