1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
Dmitry Sharshakov aka. sh7dm fc1bb41ec4 Create .editorconfig (denoland/deno_std#74)
Original: 66baebf8bd
2019-01-03 17:37:49 -05:00
colors Add testing module 2019-01-02 13:45:42 -05:00
datetime Add datetime utils (denoland/deno_std#72) 2019-01-03 10:19:20 -05:00
examples Add testing module 2019-01-02 13:45:42 -05:00
flags Add testing module 2019-01-02 13:45:42 -05:00
logging Add testing module 2019-01-02 13:45:42 -05:00
mkdirp Add testing module 2019-01-02 13:45:42 -05:00
net Add testing module 2019-01-02 13:45:42 -05:00
path Add testing module 2019-01-02 13:45:42 -05:00
testing Add testing/README.md (denoland/deno_std#75) 2019-01-03 14:16:15 -05:00
.editorconfig Create .editorconfig (denoland/deno_std#74) 2019-01-03 17:37:49 -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 Make README readable on mobile (denoland/deno_std#71) 2019-01-03 11:40:09 -05:00
test.ts Add datetime utils (denoland/deno_std#72) 2019-01-03 10:19:20 -05:00

Deno Standard Modules

Build Status

This repository contains collections of modules that create a standard library for Deno.

  • colors

    Modules that generate ANSI color codes for the console.

  • flags

    Command line arguments parser.

  • logging

    Command line logging

  • mkdirp

    Make directory branches.

  • net

    A framework for creating HTTP/HTTPS servers inspired by GoLang.

  • path

    File path manipulation.

  • testing

    Testing


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