Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.39 KB

README.md

File metadata and controls

71 lines (45 loc) · 1.39 KB

Generator Odin Build Status

Odin generator for Yeoman.

Getting Started

Make sure you have yo installed:

npm install -g yo

Install the generator-odin:

npm install -g generator-odin

And now generate your theme based on Odin Framework:

cd /path/to/wordpress/wp-content/themes/theme-name
yo odin

Contribute

Test for development:

git clone [email protected]:wpbrasil/generator-odin.git
cd generator-odin
[sudo] npm link
cd /path/to/your/project/
yo odin

And send a Pull Request o/

Changelog

1.0.4 - 31/10/13
  • Updated the Odin version to 2.1.5.
1.0.3 - 31/10/13
  • Updated the Odin version to 2.1.3.
1.0.2 - 31/10/13
  • Updated the Odin version to 2.1.2.
1.0.1 - 26/10/13
  • Removed Yeoman welcome message and added a custom message.
  • Updated the generator settings.
  • Added inline documentation.
  • Fixed indentation size.
  • Added validation for URIs in settings method.
1.0.0 - 25/10/13
  • Initial release.

License

Copyright 2013 - WordPress Brasil Group.
The PHP code is licensed with GPLv2.