Skip to content

houby-studio/lazy-admin

Repository files navigation

Lazy Admin

GUI for PowerShell scripts to simplify day to day IT tasks.

GitHub package.json version build codeql GitHub All Releases GitHub

Description

Lazy Admin is application made for handling PowerShell scripts via GUI. It is especially useful in environments, where most administrators are inexperienced PowerShell users. Build your own definitions in simple JSON format to allow everyone to use PowerShell via simple HTML forms. Besides allowing to use shell commands via GUI, Lazy Admin offers additional functions like storing previous commands, parameters and outputs, exporting to CSV or chaining commands together, allowing users to use more complex workflows, and there is much more to come!

Learn more

You can find nearly everything on Wiki. If you have more questions, feel free to open an Issue

Developers

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.