UNPKG

293 BJavaScriptView Raw
1const scriptsDir = process.cwd();
2const path = require("path");
3const rootDir = path.join(scriptsDir, "../");
4const separator = " ~ ";
5const Conf = require("conf");
6const config = new Conf();
7
8
9module.exports = taskListAutoComplete;
10// (async () => {
11// await startScripts();
12// })();