# @wocker/cron-plugin

###### Docker workspace for web projects

[![npm version](https://img.shields.io/npm/v/@wocker/cron-plugin.svg)](https://www.npmjs.com/package/@wocker/cron-plugin)
[![Publish](https://github.com/kearisp/wocker-cron-plugin/actions/workflows/publish-latest.yml/badge.svg?event=release)](https://github.com/kearisp/wocker-cron-plugin/actions/workflows/publish-latest.yml)
[![License](https://img.shields.io/npm/l/@wocker/cron-plugin)](https://github.com/kearisp/wocker-cron-plugin/blob/master/LICENSE)

[![npm total downloads](https://img.shields.io/npm/dt/@wocker/cron-plugin.svg)](https://www.npmjs.com/package/@wocker/cron-plugin)
[![bundle size](https://img.shields.io/bundlephobia/minzip/@wocker/cron-plugin)](https://bundlephobia.com/package/@wocker/cron-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 cron
```


### 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).
