import * as packup from "https://deno.land/x/packup@v0.1.13/deps.ts";
Classes
The MuxAsyncIterator class multiplexes multiple async iterators into a single stream. It currently makes an assumption:
|
Functions
Creates a new | |
Ensures that the directory exists.
If the directory structure does not exist, it is created. Like mkdir -p.
Requires the | |
f opn | Returns a promise for the child process. |
Take a set of command line arguments, with an optional set of options, and return an object representation of those argument. | |
f red | Set text color to red. |
Serves the items from the async iterable of the files matching by its file name. | |
f walk | Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient. |