1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-05 13:21:24 +02:00
immich/cli
renovate[bot] 7ea0278b32
chore(deps): update dependency eslint-plugin-unicorn to v54 (#10486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 12:56:35 -04:00
..
src
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmignore
.nvmrc
.prettierignore
.prettierrc
Dockerfile chore(deps): update node.js to eb17a08 (#10098) 2024-06-14 02:34:08 -05:00
LICENSE
package-lock.json chore(deps): update dependency eslint-plugin-unicorn to v54 (#10486) 2024-06-19 12:56:35 -04:00
package.json chore(deps): update dependency eslint-plugin-unicorn to v54 (#10486) 2024-06-19 12:56:35 -04:00
README.md
tsconfig.json
vite.config.ts
vitest.config.ts

A command-line interface for interfacing with the self-hosted photo manager Immich.

Please see the Immich CLI documentation.

For developers

To run the Immich CLI from source, run the following in the cli folder:

$ npm run build
$ ts-node .

You'll need ts-node, the easiest way to install it is to use npm:

$ npm i -g ts-node

You can also build and install the CLI using

$ npm run build
$ npm install -g .