FS

文件是否存在

fs.existsSync(`filePath`);

写入 JSON 到文件

fs.writeFileSync(`fileName`, `{}`);

改变当前目录

process.chdir(`path`);