1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
2018-12-18 23:30:44 -05:00
colors Add colors module (denoland/deno_std#30) 2018-12-18 23:30:44 -05:00
net Add colors module (denoland/deno_std#30) 2018-12-18 23:30:44 -05:00
path migrate deno_path to deno_std (denoland/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 Add format script. 2018-12-18 18:56:59 -05:00
LICENSE migrate deno_path to deno_std (denoland/deno_std#26) 2018-12-18 21:29:39 -05:00
README.md Add colors module (denoland/deno_std#30) 2018-12-18 23:30:44 -05:00
test.ts Add colors module (denoland/deno_std#30) 2018-12-18 23:30:44 -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 A path manipulation library.

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