package-yzm
1.0.1 • Published 3 years ago
这是一个package.json文件
Cli and module for easily writing / updating a package.json file
Transforms and writes the files for a cartero package. Returns a map of file name to transformed output stream.
For my first publish-test.
Build a Salesforce Package.xml file from a src directory
publish with npm
Reversible YAML parsing for package.json
<!-- * @Author: zwj * @Date: 2023-01-06 15:34:15 * @LastEditors: zwj * @LastEditTime: 2023-01-06 15:34:23 * @Descripttion: --> # 提供了打印printfHello和printfWorld函数 ## 使用prinfHello函数 ```js const mwsy = require('./mwsy-tools/index') mwsy.printfHello() ```