NTFile
- Node.js用のファイルの読み書きライブラリ
- npm
Install
npm install --save-dev ntfile
Use
import NTFile from "ntfile";
Docs
https://natade-jp.github.io/js-ntfile/
Example
save
NTFile.saveTextFile("readme.txt", "test");
exec
console.log(NTFile.loadTextFile("readme.txt", "test"));
exec
NTFile.exec("npx jest");