1.0.0 • Published 2 years ago
ntfile v1.0.0
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");exec
console.log(NTFile.loadTextFile("readme.txt", "test"));exec
NTFile.exec("npx jest");