UNPKG

gitfm

Version:

A CLI App for searching GitHub/GitLab repos, fetching as filesystem and cloning

9 lines (6 loc) 151 B
import path from "node:path"; import os from "os"; const config = { TOKEN_FILE: path.join(os.homedir(), '.gl.gitfmrc.json'), }; export { config };