{"id":15740312,"url":"https://github.com/tjx666/adobe-jsx","last_synced_at":"2026-04-29T15:33:31.636Z","repository":{"id":61949438,"uuid":"555032152","full_name":"tjx666/adobe-jsx","owner":"tjx666","description":"command line tool to execute adobe extendscript .jsx file","archived":false,"fork":false,"pushed_at":"2022-10-23T21:10:41.000Z","size":127,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T22:34:44.148Z","etag":null,"topics":["adobe","aftereffects","cli","command-line-tool","extendscript","jsx","photoshop"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tjx666.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-20T20:40:58.000Z","updated_at":"2022-10-23T21:10:45.000Z","dependencies_parsed_at":"2022-10-24T02:15:16.077Z","dependency_job_id":null,"html_url":"https://github.com/tjx666/adobe-jsx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fadobe-jsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fadobe-jsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fadobe-jsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fadobe-jsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjx666","download_url":"https://codeload.github.com/tjx666/adobe-jsx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418702,"owners_count":20773935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adobe","aftereffects","cli","command-line-tool","extendscript","jsx","photoshop"],"created_at":"2024-10-04T02:20:44.813Z","updated_at":"2026-04-29T15:33:31.578Z","avatar_url":"https://github.com/tjx666.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adobe jsx\n\n[![npm version](https://img.shields.io/npm/v/adobe-jsx.svg)](https://www.npmjs.com/package/adobe-jsx) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/adobe-jsx) ![npm](https://img.shields.io/npm/dm/adobe-jsx) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/tjx666/adobe-jsx/pulls)\n\ncommand line tool to execute adobe extendscript `.jsx` file\n\n## Install\n\n```sh\n# npm\nnpm i -g adobe-jsx\n\n# pnpm\npnpm i -g adobe-jsx\n```\n\n## Usage\n\n### command line\n\nAfter installation, you can use command `jsx` to execute the jsx script.\n\n```sh\njsx /path/to/jsxScript.jsx\n```\n\n### node api\n\n```typescript\nimport { evalJsxFile, evalJsxScript } from '../src/jsx';\n\nevalJsxScript(`alert('hello world')`);\n\nasync function main() {\n    const output = await evalJsxScript(`$write('666')`);\n    console.log();\n}\n```\n\n## TODO\n\n- [x] tests\n- [x] support `$.write/$.writeln` redirect to stdout\n- [ ] get eval JSX result and error\n- [ ] support access `jsx` command arguments\n- [ ] support specify adobe app and version\n- [ ] provide node api to execute jsx\n- [ ] support AE\n- [ ] support windows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Fadobe-jsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjx666%2Fadobe-jsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Fadobe-jsx/lists"}