1.0.5 • Published 4 months ago

generator-ribarich-wordpress v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Generator Ribarich WordPress

Generate a WordPress plugin or theme

Tutorial about how to use the code scaffolded by this generator: https://www.youtube.com/watch?v=a-S6bYo0kT0

Installation

First, install Yeoman and generator-ribarich-wordpress using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ribarich-wordpress

Then generate your new project:

yo ribarich-wordpress

Notes and troubleshooting

This generator is optimized to work with LocalWP.

When running tests, you need to run the npm run test-phpunit from the shell launched by LocalWP, because it will contain all the required PHP extensions.

WordPress wp-phpunit test package does database table manipulation that can sometimes fail because of sql_mode configuration. If you get an error when running tests related to database tables, try modifying sql_mode in my.cnf.hbs:

sql_mode = ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION

Development

Get started with developing this generator.

  • Clone the repository
  • npm install
  • npm link
  • yo ribarich-wordpress => Runs the generator as it is in its current state. Make sure that any global version of the generator from npm is uninstalled.

License

MIT © Bruno Ribaric

1.0.5

4 months ago

1.0.4

5 months ago

1.0.3

9 months ago

1.0.2

10 months ago

1.0.1

11 months ago

1.0.0

12 months ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago