Modular native JS helpers for extendscript... starting with logging and dialogs

I know most of this section is about python, but I’ve started knocking out some NPM modules that will work in vanilla ecma4 photoshop to help with quick script dev.

They aren’t the most elegant or complex, but I tried to make it dead simple with a few power-user-options and zero hard dependencies.

As of this post, I’ve got a logfile, logger, and dialog helper:



https://www.npmjs.com/~theycallmemax

I am working on a file-copy module and system command call module next…