Skip to content

wordpress-developer-suite/generator-microcebus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-microcebus Build Status

Yeoman generator that scaffolds an opinionated WordPress app

Features

Maintainer: @micjamking Contributors: @nainoa

Requirements

NodeJS & Yeoman are obviously required. Additionally, this package requires the following packages:

  • WP-CLI command line interface for WordPress
$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
$ chmod +x wp-cli.phar
$ sudo mv wp-cli.phar /usr/local/bin/wp
$ wp --info

Getting started

Download the generator

$ npm install -g generator-microcebus

Run the generator

$ yo microcebus

     _-----_
    |       |    .--------------------------.
    |--(o)--|    |      Welcome to the      |
   `---------´   |   Microcebus WordPress   |
    ( _´U`_ )    |        generator!        |
    /___A___\    '--------------------------'
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

? GitHub Username (for Theme Author info)?
? Theme Name:
? Theme Slug:
? Theme Description:
? Database Name:
? Database User:
? Database Password:

*Make sure MySQL is started and the database username and password exist, otherwise WP CLI will choke during installation.

Note

Only tested on OSX

License

MIT © Mike King [email protected]

About

Yeoman generator that scaffolds an opinionated WordPress app

Resources

Stars

Watchers

Forks

Packages

No packages published