type
description
npm install @extendscript/___path___.___moduleName___
#include 'node_modules/@extendscript/___path___.___moduleName___/___moduleName___.js'
Load the module by creating a reference.
var ___moduleName___ = Sky.getUtil("___moduleName___")
We can test the code against a range of targets:
npm run test myTarget
We keep a log of test results
Read the docs