Skip to content

Instantly share code, notes, and snippets.

View jacojoubert's full-sized avatar

Jaco Joubert jacojoubert

  • Toronto, Canada
View GitHub Profile
/* eslint-disable no-console */
import execa from "execa";
import { globby } from "globby";
import codeshift from "jscodeshift";
import fs from "node:fs";
import path from "node:path";
const TYPES = [
{ fileName: "adapter", usePods: false },
{ fileName: "component", usePods: false, alsoMoveTemplate: true },