Download the PHP package gturpin/oowprise without Composer
On this page you can find all versions of the php package gturpin/oowprise. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gturpin/oowprise
More information about gturpin/oowprise
Files in gturpin/oowprise
Package oowprise
Short Description OOWPrise is a WordPress starter theme that heavily employs object-oriented programming techniques.
License
Informations about the package oowprise
OOWPrise
OOWPrise is a WordPress starter theme that heavily employs object-oriented programming techniques and modern WordPress tools.
Documentation can be found here https://gturpin-dev.github.io/OOWPrise
Installation
You can install OOWPrise using the following methods:
After that, you must install the theme's dependencies :
Usage
You have a built-in development environment that you can use to develop your theme without a WP installation.
It requires Docker and wp-env to be installed on your machine.
You have access to the following commands :
Documentation
Build assets
To build assets, you can use the following commands :
Gutenberg blocks
OOWPrise comes with a built-in block system that allows you to create blocks in a simple way.
You can create a new block using the following command :
This command will create a new block in the resources/blocks
directory. Refer to the @wordpres/create-block documentation for more information.
To build your block, you can use the following command :
Deployment
You can deploy your theme using the following command :
This command will create a zip archive of your theme that can be uploaded to a WordPress installation.
Contributing
TODO: Write contribution guidelines
Credits
TODO: Write credits
License
The OOWPrise starter theme is open-sourced software licensed under the MIT license.