Skip to content

tikot/generator-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-wp

WordPress generator that creates database and installs WordPress. Make sure you have wp-cli for the installation. This generator is opinionated workflow in for fast theme or plugins prototype.

Getting started

  • Make sure you have yo & gulp installed: npm install -g yo gulp also wp-cli
  • Install the generator: npm install -g generator-wp
  • Run: yo wp
  • Also a gulp command look into gulpfile for more info

What does it do

  • WordPress in a sub-folder
  • themes & plugins folder in a content directory
  • Sets up gulp with browser-sync for the theme
  • Creates a database CREATE DATABASE %name%
  • Installs Wordpress

License

MIT License

About

Creates database and installs WordPress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published