MCPcopy Create free account
hub / github.com/code-forge-io/Remix-Forge / runCommand

Function runCommand

src/utils/vscode.ts:165–167  ·  view source on GitHub ↗
(params: RunCommandOptions)

Source from the content-addressed store, hash-verified

163};
164
165export const runCommand = async (params: RunCommandOptions) => {
166 await commandWithLoading(params.title, () => runCommandInTask(params));
167};
168
169async function runCommandInTask({ command, title, errorMessage, callback, rootDir }: RunCommandOptions) {
170 return new Promise<void>((resolve, reject) => {

Callers 6

updateRemixFunction · 0.90
generateShadcnUIFunction · 0.90
initShadcnUiFunction · 0.90
generatePrismaFunction · 0.90
installDependenciesFunction · 0.85
installDevDependenciesFunction · 0.85

Calls 2

commandWithLoadingFunction · 0.85
runCommandInTaskFunction · 0.85

Tested by

no test coverage detected