snx-common-util
v0.0.3
Published
underscore, async,unserscore.string,moment等第三方库,在项目或者模块开发中,经常使用。 版本升级时,需要修改版本号。项目多,模块多时,修改太麻烦!!! 使用此模块的最新版本,以后升级时,只需要升级此模块第三方库的版本即可。
Downloads
8
Readme
#snx-common-util
动机
underscore, async,unserscore.string,moment等第三方库,在项目或者模块开发中,经常使用。 版本升级时,需要修改版本号。项目多,模块多时,修改太麻烦!!! 使用此模块的最新版本,以后升级时,只需要升级此模块第三方库的版本即可。
第三方库
underscore: // 工具类 underscore.string: // 工具类 async: // 并发处理 validator: // 验证 moment: // 日期处理
使用方法
var _ = require(snx-common-util).underscore;
_.str.capitalize("epeli"); // "Epeli"
History
v0.0.1 2015/04/09
"async": "0.9.0" "underscore": "1.7.0" "underscore.string": "3.0.3" "validator": "3.29.0" "moment": "2.9.0"
v0.0.2 2015/04/09 删除了mongodb库
v0.0.3 2015/08/13 版本升级 "async": "1.4.2" "underscore": "1.7.0" "underscore.string": "3.1.1" "validator": "4.0.2" "moment": "2.10.6"