UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

7 lines (5 loc) 186 B
import { posix, basename } from 'path'; export function TargetPathDefaultValue(dir = process.cwd()) { const targetPath = posix.join('alwaysai', basename(dir)); return targetPath; }