MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getUserCommandsDir

Function getUserCommandsDir

packages/core/src/utils/paths.ts:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 * @returns The path to the user's commands directory.
191 */
192export function getUserCommandsDir(): string {
193 return path.join(os.homedir(), ANUS_DIR, COMMANDS_DIR_NAME);
194}
195
196/**
197 * Returns the absolute path to the project-level commands directory.

Callers 2

getCommandDirectoriesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected