https://github.com/kearisp/wocker
Wocker docs
https://github.com/kearisp/wocker
documentation
Last synced: 4 months ago
JSON representation
Wocker docs
- Host: GitHub
- URL: https://github.com/kearisp/wocker
- Owner: kearisp
- License: mit
- Created: 2023-12-02T21:48:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-20T20:13:17.000Z (5 months ago)
- Last Synced: 2026-01-21T05:29:41.739Z (5 months ago)
- Topics: documentation
- Language: TypeScript
- Homepage: https://kearisp.github.io/wocker/
- Size: 8.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @wocker/ws
###### Docker workspace for web projects
## Installation
**Note:** It is recommended to install Wocker globally to ensure accessibility from any directory in your terminal.
```shell
npm i -g @wocker/ws
```
### 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).