@wocker/pgsql-plugin
Version:
PostgreSQL plugin for wocker
42 lines (23 loc) • 1.49 kB
Markdown
# @wocker/pgsql-plugin
###### Docker workspace for web projects
[](https://www.npmjs.com/package/@wocker/pgsql-plugin)
[](https://github.com/kearisp/wocker-pgsql-plugin/actions/workflows/publish-latest.yml)
[](https://github.com/kearisp/wocker-pgsql-plugin/blob/master/LICENSE)
[](https://www.npmjs.com/package/@wocker/pgsql-plugin)
## Installation
**Note:** It is recommended to install Wocker globally to ensure accessibility from any directory in your terminal.
```shell
npm i -g @wocker/ws
```
```shell
ws plugin:install pgsql
```
### Completion
Wocker comes with shell completion support to enhance your development workflow. To enable shell completion, run the following command:
```bash
source <(ws completion script)
```
This will enable tab completion for `ws` commands, providing a more convenient and efficient way to interact with the tool.
## Documentation
Wocker is a powerful tool for managing your web project's Docker workspace. It provides a convenient and efficient way to set up and manage your Docker containers.
For more information and detailed usage, please refer to the [documentation](https://kearisp.github.io/wocker).