An open API service indexing awesome lists of open source software.

https://github.com/jeremy-code/exiftools


https://github.com/jeremy-code/exiftools

Last synced: 3 months ago
JSON representation

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.