https://github.com/jeremy-code/exiftools
https://github.com/jeremy-code/exiftools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremy-code/exiftools
- Owner: jeremy-code
- License: mit
- Created: 2025-08-17T01:03:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T23:26:52.000Z (3 months ago)
- Last Synced: 2026-03-27T08:22:50.205Z (3 months ago)
- Language: TypeScript
- Homepage: https://exiftools.netlify.app/
- Size: 562 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exiftools
[github-actions]: https://www.github.com/jeremy-code/exiftools/actions/workflows/ci.yml
[github-actions-badge]: https://www.github.com/jeremy-code/exiftools/actions/workflows/ci.yml/badge.svg
[license-badge]: https://img.shields.io/github/license/jeremy-code/exiftools
[netlify-status-badge]: https://api.netlify.com/api/v1/badges/027f759e-5e19-4417-9311-394ce8cd4bbc/deploy-status
[netlify-website]: https://exiftools.netlify.app
[![GitHub Actions][github-actions-badge]][github-actions] [![License][license-badge]](LICENSE) [![Netlify Status][netlify-status-badge]][netlify-website]
## Installation
```shell
git clone https://github.com/jeremy-code/exiftools.git
cd exiftools
corepack enable
pnpm install
```
## Usage
```shell
# Run the development server locally
pnpm dev
# Lint and format code with ESLint and Prettier
pnpm lint
pnpm format
# Build
pnpm build
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.