@extendscript/aes.util.jaw
Version:
Jaw is a data controller that wraps JSON objects with JSON-schema. It provides an easy to use, chaining API for managing JSON instances in ExtendScript.
7 lines (5 loc) • 296 B
JavaScript
var argv = require('minimist')(process.argv.slice(2)); // Remove nodePath, scriptpath
var tapes = require("@extendscript/tap-es"), targets = argv._, d = require('path').resolve(__dirname);
tapes.reportDuration(false);
tapes.add('jaw', d+'/test*.jsx', targets, true);
tapes.run(d+'/results.md');