0.0.1 • Published 7 years ago

ssh-key v0.0.1

Weekly downloads
5
License
BSD-2-Clause
Repository
github
Last release
7 years ago

sojs.utility.file

=================================== 文件操作工具类


Install

npm install sojs-utility-file

Use

require('sojs');
require('sojs-utility-file');

var file = sojs.using('sojs.utility.file');
var filePath = sojs.getClassPath('sojs.utility.file');
file.readFileSync(filePath);

Develop

install for develop

npm install

Unit Test

node .\tool\unit.js

Benchmark

node .\tool\benchmark.js

Coverage

node .\tool\coverage.js