import * as johnnyDecimal from "https://deno.land/x/johnny_decimal@1.2.0/deps.ts";
Functions
Return the last portion of a | |
f bold | Make the text bold. |
Ensures that the directory exists.
If the directory structure does not exist, it is created. Like mkdir -p.
Requires the | |
Test whether or not the given path exists by checking with the file system. Please consider to check if the path is readable and either a file or a directory by providing additional | |
Set text color to green. | |
f join | Join all given a sequence of |
Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments. | |
Parses | |
f red | Set text color to red. |
Serializes | |
f walk | Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. |