Skip to main content
Module

x/bob/deps.ts

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
File
/*Copyright 2021 Eric Selin
This file is part of `bob`.
`bob` is free software: you can redistribute it and/or modifyit under the terms of the GNU Lesser General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.
`bob` is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public Licensealong with `bob`. If not, see <https://www.gnu.org/licenses/>.
Please contact the developers via GitHub <https://www.github.com/ericselin>or email eric.selin@gmail.com <mailto:eric.selin@gmail.com>*/
export { assert, assertArrayIncludes, assertEquals,} from "https://deno.land/std@0.109.0/testing/asserts.ts";export * as path from "https://deno.land/std@0.109.0/path/mod.ts";export * as yaml from "https://deno.land/std@0.109.0/encoding/yaml.ts";export * as fs from "https://deno.land/std@0.117.0/fs/mod.ts";export { exists } from "https://deno.land/std@0.109.0/fs/exists.ts";export { walk } from "https://deno.land/std@0.109.0/fs/walk.ts";export { ensureDir } from "https://deno.land/std@0.109.0/fs/ensure_dir.ts";export { expandGlob } from "https://deno.land/std@0.109.0/fs/expand_glob.ts";export type { WalkEntry } from "https://deno.land/std@0.109.0/fs/walk.ts";export { Marked as md } from "https://deno.land/x/markdown@v2.0.0/mod.ts";export { parse as parseFlags } from "https://deno.land/std@0.110.0/flags/mod.ts";
export { getLogger } from "https://deno.land/std@0.137.0/log/mod.ts";export type { handlers, Logger,} from "https://deno.land/std@0.137.0/log/mod.ts";
export { serve } from "https://deno.land/std@0.121.0/http/server.ts";export { debounce } from "https://deno.land/std/async/mod.ts";