arcus-software/gas-inventory-validator

Google Apps Script to be embedded in Google Sheet. Given a folder on GGoogle Drive, recursively iterate through it and its subfolders to report if any Google Sheets are present which do not conform to the rules defining properly formed inventory files.

v1.7.0 2018-07-04 01:11 UTC

This package is not auto-updated.

Last update: 2024-05-16 00:56:22 UTC


README

Validate files within a folder on G Suite

This project was created to spec-out a Google Apps Script which can check files within a G Suite folder to ensure they are:

  • Well-formed
  • Pass basic validation

Sample test files are hosted on the G Suite Drive folder called 'ValidateInventories-UpworkJob-2018-04-23' of a test Google Account.

features directory contains *.feature files which outline some of the expected behaviours in Gherkin syntax. (I have just started to read about Behat and hence giving BDD a crack).

Install via Composer

You can add this project as a local, per-project, development-time dependency to your project using Composer:

$ composer require --dev arcus-software/gas-inventory-validator