724f3905ab Add command to fix templates (#21)
* add command to fix templates

* replaceAll and lint fixes

* fixed menu

* fix lint command and run it

* add basic error handling for listing of templates

* CR suggestions

---------

Co-authored-by: Arwid Thornström <arwidt@gmail.com>
2024-08-16 09:34:15 +02:00
2024-03-04 09:56:58 +01:00
2022-01-19 07:28:09 +01:00
2024-08-16 09:34:15 +02:00
2022-02-01 20:10:31 +01:00
2022-01-19 09:17:55 +01:00
2022-09-15 13:11:13 +02:00
2022-01-19 07:28:09 +01:00
2024-08-16 09:34:15 +02:00

Photowall CLI

A CLI for Photowall, a platform for doing any type of commands or automation needed for the photowall organisation.

Installation

  1. Clone the repo to a local folder.
  2. Install dependencies with yarn install
  3. Build the project with yarn build
  4. Connect a runnable command with yarn link
  5. Open a new terminal window and run pwcli setup settings and follow instructions.

Usage

When running pwcli command in the terminal is will open a interactive view but all commands are accessable through shortcuts. So if you want to run status on development testservers its possible to run pwcli d ts s for d = development, ts = test servers, s = status. Shortcuts are listed in the interactive view.

S
Description
No description provided
Readme
700 KiB
Languages
TypeScript 95.7%
Shell 4%
JavaScript 0.3%