UNPKG

extendscript-bundlr

Version:

a tool for bundling Adobe ExtendScripts that use the `#include 'path/to/file'` statement

11 lines (8 loc) 235 B
const chalk = require('chalk'); export let error = chalk.bold.red; export let warn = chalk.bold.yellow; export let woohoo = chalk.bold.green; export let say = chalk.gray; export function pad(msg) { return `------ ${msg} ------`; }