UNPKG

lazycrypto-cli

Version:

A simple CLI app to view cryptocurrency indicators

10 lines (7 loc) 229 B
import path from "path"; import os from "os"; export const useAppConfig = () => { const configDir = path.join(os.homedir(), ".config/lazycrypto"); const filePath = path.join(configDir); return { configDir, filePath }; };