arcus-software / gas-inventory-validator
嵌入在 Google Sheet 中的 Google Apps Script。给定 GGoogle Drive 上的一个文件夹,递归遍历它及其子文件夹,报告是否存在不符合定义正确库存文件规则的 Google Sheets。
v1.7.0
2018-07-04 01:11 UTC
This package is not auto-updated.
Last update: 2024-10-03 02:38:13 UTC
README
在 G Suite 文件夹中验证文件
此项目创建的目的是为了规范一个 Google Apps Script,该脚本可以检查 G Suite 文件夹中的文件以确保它们
- 格式正确
- 通过基本验证
示例测试文件托管在名为 'ValidateInventories-UpworkJob-2018-04-23' 的 G Suite Drive 文件夹中,该文件夹属于一个测试 Google 账户。
features 目录包含 *.feature 文件,这些文件以 Gherkin 语法概述了一些预期的行为。(我刚刚开始了解 Behat,因此尝试 BDD)。
通过 Composer 安装
您可以使用 Composer 将此项目添加为本地、项目特定、开发时依赖项到您的项目中
$ composer require --dev arcus-software/gas-inventory-validator