ntfile
v2.0.0
Published
Library to read/write files.
Downloads
38
Readme
NTFile
- Node.js用のファイルの読み書きライブラリ
- npm
Install
npm install --save-dev ntfileUse
import NTFile from "ntfile";Docs
https://natade-jp.github.io/js-ntfile/
Example
save
NTFile.saveTextFile("readme.txt", "test");load
console.log(NTFile.loadTextFile("readme.txt", "test"));exec
NTFile.exec("npx jest");