0.0.4 • Published 6 years ago

@fmfe/fm-utils v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

fm-utils

Followme 前端团队通用 JavaScript 工具库

安装

$ yarn add @fmfe/fm-utils

使用

文档地址:https://fmfe.github.io/fm-utils/

自动化脚本

命令描述信息
npm run linteslint 检查
npm run lint:fixeslint 修复
npm run doc更新本地文档
npm run doc:server启动本地文档服务器
npm run test运行单元测试
npm run test:coverage查看测试覆盖率报告
npm run changelog更新 CHANGELOG 文件
npm run release发布 npm 模块

发布 npm 模块

递增版本号:

npm version patch   发布补丁
npm version minor   发布小版本
npm version major   发布主版本

发布组织模块:

$ npm publish --access public

贡献指南

代码规范

提交规范

License

This repo is released under the MIT License.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago