UNPKG

gitfm

Version:

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

10 lines (7 loc) 197 B
import path from "node:path"; import os from "os"; const config = { CLIENT_ID: "Ov23liEZlvbyKNsSPB1n", TOKEN_FILE: path.join(os.homedir(), '.gitfmrc.json'), } export default config;