Skip to content

Latest commit

 

History

History

jam.text

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

moduleName

version

type

description

Install

npm install @extendscript/___path___.___moduleName___

Include

#include 'node_modules/@extendscript/___path___.___moduleName___/___moduleName___.js'

Use

Load the module by creating a reference.

var ___moduleName___ = Sky.getUtil("___moduleName___")

Test

We can test the code against a range of targets:

npm run test myTarget

We keep a log of test results

More info

Read the docs