mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
The Deno Standard Library
colors | ||
examples | ||
flags | ||
logging | ||
mkdirp | ||
net | ||
path | ||
.travis.yml | ||
azure-pipelines.yml | ||
format.ts | ||
LICENSE | ||
README.md | ||
test.ts |
Deno Standard Modules
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 the Deno authors. All rights reserved. MIT license.