Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@gotoeasy/file

gotoeasy21MIT0.2.1

常用文件操作封装

fs, file

readme

@gotoeasy/file

file util

NPM version License

Sample

const File = require('@gotoeasy/file');

let txt = File.read('d:/abc.txt');

File.write('d:/abc.txt', 'abcd');

...
...
...