Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fmfe/fm-utils

Package Overview
Dependencies
Maintainers
9
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fmfe/fm-utils

Followme 公共工具库

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
9
Weekly downloads
 
Created
Source

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

贡献指南

代码规范

  • 代码风格遵循该规范:fmfe/eslint-config-fmfe-nodejs
  • 新增内容需要提供完善的文档(关于 jsdoc
  • 新增内容需要编写单元测试,并且测试覆盖率至少达到 90% 以上

提交规范

License

This repo is released under the MIT License.

FAQs

Package last updated on 28 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc