6266002a891f1a661a868d50f81a37ff96fc9cb7
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%