{"id":15490683,"url":"https://github.com/sammarks/cep-lib","last_synced_at":"2026-01-20T03:31:39.914Z","repository":{"id":147094658,"uuid":"142232755","full_name":"sammarks/cep-lib","owner":"sammarks","description":"JS wrapper functions to aid in the development of CEP plugins.","archived":false,"fork":false,"pushed_at":"2020-07-13T21:51:49.000Z","size":317,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T09:19:50.238Z","etag":null,"topics":["adobe","adobe-cep-extension","after-effects","cep","extendscript","extendscript-extensions","indesign","photoshop","premiere-pro"],"latest_commit_sha":null,"homepage":null,"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/sammarks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-25T01:47:04.000Z","updated_at":"2022-02-04T01:19:10.000Z","dependencies_parsed_at":"2023-05-10T21:30:52.979Z","dependency_job_id":null,"html_url":"https://github.com/sammarks/cep-lib","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"6995cc2597f8c7b42b0b8bdb1fe245e8205468bb"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammarks%2Fcep-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammarks%2Fcep-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammarks%2Fcep-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammarks%2Fcep-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sammarks","download_url":"https://codeload.github.com/sammarks/cep-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535513,"owners_count":20954576,"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","adobe-cep-extension","after-effects","cep","extendscript","extendscript-extensions","indesign","photoshop","premiere-pro"],"created_at":"2024-10-02T07:23:20.889Z","updated_at":"2026-01-20T03:31:39.881Z","avatar_url":"https://github.com/sammarks.png","language":"JavaScript","readme":"![][header-image]\n\n[![CircleCI][circleci-image]][circleci-url]\n[![NPM version][npm-version]][npm-url]\n[![NPM downloads][npm-downloads]][npm-url]\n![License][license]\n![Issues][issues]\n\n`cep-lib` is a set of JS wrapper functions to aid in the development of CEP plugins.\n\n## Get Started\n\n```sh\nnpm install --save cep-lib\n```\n\n```js\nimport { evalScript, getCSInterface } from 'cep-lib/csinterface'\nimport { deleteFile } from 'cep-lib/cep'\n\nconst result = evalScript('extendScriptFunction()')\nconsole.log(result)\n\nconst rawCSInterface = getCSInterface()\n\ndeleteFile('/tmp/foo')\n```\n\n**Note:** It is not recommended to import the `cep-lib` root. If you do so, you will receive a warning message.\nEach library has been packaged separately in order to allow developers to only import what they need. Also\nnote that the libraries do not have default exports.\n\n## Features\n\n- Provides a wrapper around the CSInterface library, while still providing access to the underlying library.\n- Provides a wrapper around certain CEP-related functions (just some IO functions for now).\n\n[header-image]: https://raw.githubusercontent.com/sammarks/art/master/cep-lib/header.jpg\n[circleci-image]: https://img.shields.io/circleci/project/github/sammarks/cep-lib.svg\n[circleci-url]: https://circleci.com/gh/sammarks/cep-lib/tree/master\n[npm-version]: https://img.shields.io/npm/v/cep-lib.svg\n[npm-downloads]: https://img.shields.io/npm/dm/cep-lib.svg\n[npm-url]: https://www.npmjs.com/package/cep-lib\n[license]: https://img.shields.io/github/license/sammarks/cep-lib.svg\n[issues]: https://img.shields.io/github/issues/sammarks/cep-lib.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammarks%2Fcep-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammarks%2Fcep-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammarks%2Fcep-lib/lists"}