1.0.0 • Published 8 years ago

generator-va-wpplugin v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-va-wpplugin

Yeoman Wordpress Plugin Generator

Installation

You need to install node before you can run anything.

npm install -g

After you installed node, you'll install Yeoman next.

npm install -g yo

To install generator from npm run:

npm install -g generator-va-wpplugin

To use the generator, cd to your Wordpress plugins directory and run:

yo va-wpplugin

That's all!

Usage

The generator comes with set of sub-generator which listed below:

Update Sub Generator

You have two ways to update the sub generator:

#1 Using composer

cd to plugins/your-generator-plugin/

composer update {package-name}

#2 Using option --update

yo va-wpplugin:{sub-generator} {argument} --update

Example: yo va-wpplugin:cpter "test-cpt" --update

Contributors

Changelog

1.0.0

  • Rename plugin
  • Fixed homepage and author URL
  • Fixed contact email

0.9.0

  • Update missing files

0.8.0

  • Update missing files

0.7.0

  • Add options --update