UNPKG

sushil-gitmate

Version:

Professional Git workflow automation powered by AI. Streamline your development process with natural language commands and intelligent automation.

7 lines (5 loc) 177 B
import { ConfigManager } from '../utils/configManager.js'; // Create a singleton config instance const config = new ConfigManager(); export { config }; export default config;