Skip to main content
Module

x/johnny_decimal/deps.ts

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