1.0.0 • Published 3 years ago

yaml2excel-masked v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

yaml2excel

将 yaml 格式转化为 excel 格式.

  • 安装

      拉取yaml2excel项目
      $npm i (安装依赖)
      $node yaml2excel.js start 进行转化
  • 特性

      将yaml内全部接口,批量转化生成一个excel文件(接口由sheet区分)
  • 使用

      方式一
    
      $node yaml2excel.js start inPath toPath
    
      方式二
    
      $node yaml2excel.js start
      
      Input file directory: (需输入 yaml文件的绝对地址)
      Output file directory: (需输入 生成excek文件的目标绝对地址)
  • 帮助

      持续的