Guides
Learn more with hands-on guides.
move(target)
import { files, dirs } from '@codemod.com/workflow' const appDir = (await dirs`app`.map(({ cwd }) => cwd())) .pop() await files('app.vue') .move(appDir)
Was this page helpful?