标签: node.js npm fs npx
我想在用户运行npx mypackage时写一个新文件,并且需要在运行该命令的路径中写一个新文件。
npx mypackage
如何编写mypackage(使用节点fs写入新文件)以在同一路径中写入文件?
mypackage