Skip to main content
Module

x/johnny_decimal/deps.ts

Utilities for interacting with a Johnny Decimal filing system.
Latest
File
import { ensureDir, exists, walk,} from "https://deno.land/std@0.216.0/fs/mod.ts";import { basename, join } from "https://deno.land/std@0.216.0/path/mod.ts";import { bold, green, red } from "https://deno.land/std@0.216.0/fmt/colors.ts";import { parseArgs } from "https://deno.land/std@0.216.0/cli/parse_args.ts";import { parse as parseYAML, stringify as stringifyYAML,} from "https://deno.land/std@0.216.0/yaml/mod.ts";
export { basename, bold, ensureDir, exists, green, join, parseArgs, parseYAML, red, stringifyYAML, walk,};