|
|
@ -2,7 +2,7 @@ import fs from "fs/promises"; |
|
|
|
import { mkdir_to, exec_i } from "../lib/builderator.js"; |
|
|
|
import { mkdir_to, exec_i } from "../lib/builderator.js"; |
|
|
|
import { log } from "../lib/logging.js"; |
|
|
|
import { log } from "../lib/logging.js"; |
|
|
|
|
|
|
|
|
|
|
|
export const BANDO_GIT = "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git"; |
|
|
|
export const BANDO_GIT = "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template.git"; |
|
|
|
|
|
|
|
|
|
|
|
export const description = "Test command."; |
|
|
|
export const description = "Test command."; |
|
|
|
|
|
|
|
|
|
|
|