0.2.3 • Published 7 years ago

generator-microcebus v0.2.3

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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 mike@ikayzo.com

0.2.3

7 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.18

9 years ago

0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago