# ae-to-json-cli **Repository Path**: mirrors_Jam3/ae-to-json-cli ## Basic Information - **Project Name**: ae-to-json-cli - **Description**: This is a command line application to export After Effects files as JSON - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ae-to-json-cli [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) This is a command line application to export After Effects files as JSON. Currently this only works on osx due to the fact that the module [`after-effects`](https://www.npmjs.com/package/after-effects) uses Apple Script to execute JSX files. ## Usage [![NPM](https://nodei.co/npm/ae-to-json-cli.png)](https://www.npmjs.com/package/ae-to-json-cli) ### Install ```bash $ npm i ae-to-json-cli -g ``` The following will export the currently opened After Effects file as a JSON file in OSX: ```bash $ ae-to-json > outfile.json ``` ## License MIT, see [LICENSE.md](http://github.com/mikkoh/ae-to-json-cli/blob/master/LICENSE.md) for details.