An open API service indexing awesome lists of open source software.

https://github.com/aminurislamarnob/ultimate-order-manager

Ultimate Order Manager for WooCommerce
https://github.com/aminurislamarnob/ultimate-order-manager

plugin wordpress wordpress-plugin

Last synced: 10 months ago
JSON representation

Ultimate Order Manager for WooCommerce

Awesome Lists containing this project

README

          

### For dev. environment

Run the following command for development environment.

```
composer update
```

### For production environment
Run the following command for production environment to ignore the dev dependencies.

```
composer update --no-dev
```

### Build Release
Set execution permission to the script file by `chmod +x bin/build.sh` command. Now, Run the following bash script.
```
bin/build.sh
```