natade-jp / js-ntfile

Node.js用のファイル読み書きライブラリ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NTFile

ESDoc coverage badge MIT License

  • 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");

load

console.log(NTFile.loadTextFile("readme.txt",  "test"));

exec

NTFile.exec("npx jest");

About

Node.js用のファイル読み書きライブラリ

License:MIT License


Languages

Language:JavaScript 100.0%