🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fronttoy/cmethod

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fronttoy/cmethod

项目开发中通用型方法或类总结

Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
3
-89.29%
Maintainers
1
Weekly downloads
 
Created
Source

介绍Cmethod

项目开发中通用型方法或类总结

项目启动

yarn start

增加新方法步骤

方式1(针对简短方法函数)

  • 直接在src/common.ts中添加方法.

方式2(针对一些方法类)

  • 在src下创建对应方法类
  • 在 src/cmethod中 export * from './xx.ts'

发布步骤

  • npm login
  • npm publish --access public

FAQs

Package last updated on 02 Mar 2020

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