724f3905abf9c1f5a695fc11394ae3122e91bc84
* 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>
Photowall CLI
A CLI for Photowall, a platform for doing any type of commands or automation needed for the photowall organisation.
Installation
- Clone the repo to a local folder.
- Install dependencies with
yarn install - Build the project with
yarn build - Connect a runnable command with
yarn link - Open a new terminal window and run
pwcli setup settingsand 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.
Languages
TypeScript
95.7%
Shell
4%
JavaScript
0.3%