node-utils:一堆 NodeJS 工具

时间:2024-07-13 02:34:02
【文件属性】:

文件名称:node-utils:一堆 NodeJS 工具

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-13 02:34:02

JavaScript

节点工具 随意贡献! var Utils = require ( 'uo-node-utils' ) ; /* extend(); * Extend Utils as you want. * You can also override methods * Support array as argument*/ Utils . extend ( { name : 'logger' , content : function ( str ) { return console . log ( '[prefix] ' + str ) ; } } ) ; /* create.file(); * Create a new file (even deep into a folder) * create.folder(); * Create a folder * Support


【文件预览】:
node-utils-master
----package.json(632B)
----LICENSE(1KB)
----lib()
--------core.js(21B)
--------index.js(655B)
--------modules()
----README.md(2KB)

网友评论