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@0.170.0/fs/mod.ts";import { basename, join } from "https://deno.land/std@0.170.0/path/mod.ts";import { bold, green, red } from "https://deno.land/std@0.170.0/fmt/colors.ts";import { parse } from "https://deno.land/std@0.170.0/flags/mod.ts";import { config } from "https://deno.land/std@0.170.0/dotenv/mod.ts";import { parse as parseYAML, stringify as stringifyYAML,} from "https://deno.land/std@0.170.0/encoding/yaml.ts";
export { basename, bold, config, ensureDir, exists, green, join, parse, parseYAML, red, stringifyYAML, walk,};