https://github.com/john-arcus/gasinventoryvalidator
Validate files within a folder on G Suite
https://github.com/john-arcus/gasinventoryvalidator
Last synced: 3 months ago
JSON representation
Validate files within a folder on G Suite
- Host: GitHub
- URL: https://github.com/john-arcus/gasinventoryvalidator
- Owner: john-arcus
- License: apache-2.0
- Created: 2018-04-25T15:13:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T01:13:47.000Z (almost 7 years ago)
- Last Synced: 2024-11-18T06:58:26.375Z (6 months ago)
- Language: Gherkin
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InventoryValidator
Validate files within a folder on G SuiteThis 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 validationSample test files are hosted on the G Suite Drive folder called ['ValidateInventories-UpworkJob-2018-04-23'](https://drive.google.com/open?id=1k6rZYbuUIHsPboeH5CKo4CT1L1qxthV1) of a test Google Account.
`features` directory contains \*.feature files which outline some of the expected behaviours in [Gherkin](http://behat.org/en/latest/user_guide/gherkin.html) syntax. (I have just started to read about [Behat](http://behat.org/en/latest/) 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:
```bash
$ composer require --dev arcus-software/gas-inventory-validator```