generator-wordpress-mvc

This generator will install Wordpress MVC's developping environment, do initial configuration and implement best practices.

Usage no npm install needed!

<script type="module">
  import generatorWordpressMvc from 'https://cdn.skypack.dev/generator-wordpress-mvc';
</script>

README

Generator-IPRoots

Build Status

A Wordpress MVC generator for Yeoman.

Functionality

This generator will install Wordpress MVC's developping environment, do initial configuration and implement best practices.

Requirements

  • You require VirtualBox && Extension Pack
  • You require Vagrant to be installed
  • You require Nodejs, NPM and yo to be installed: npm install -g yo
  • Finally, you need to IP Roots generator for Yeoman: npm install -g generator-wordpress-mvc

Getting started

  • Create your app's working directory
  • From within this new directory, run: yo wordpress-mvc

Environment switch

You can set this where you want. Your .htaccess, httpd.conf or within your vhost. Clearer documentation is on the way.

  • Set the following Environment Variable: SetEnv APPLICATION_ENV development