1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/README.md
2019-01-03 11:40:09 -05:00

743 B

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.