本文介绍了用Node.js写一个简单的命令行工具,分享给大家,具体如下:
操作系统需要为Linux
1. 目标
2. 代码部分
{
if (err) {
console.log('sherryFile command wrong',err);
return false;
}
console.log('writeFile success!!!!');
console.log('command end');
});
command start writeFile success!!!! command end
在该文件目录下,会有一个新的date.txt文件生成,内容如下
2/28/2018 create By karuru
将命令修改为全局有效
删除命令