generator-namics13-wordpress
v5.0.0
Published
A Yeoman Generator for your next WordPress Project
Downloads
219
Readme
A WordPress Generator from Namics 13
http://13.namics.com
Features
- Downloads latest WordPress
- Downloads Namics 13 Frontend Architecture
- Copies Namics Kickstart Templates
- Search & Replaces Strings in all Files with Project name
Open /app/templates folder to see, which files are copied as a Kickstart.
Howto develop this Yeoman Generator
Link the node_module on your local machine:
$ npm link
To run the test execute the following command:
$ mocha
Howto publish this Yeoman Generator to NPM
Increase the version in package.json and write the changes into CHANGELOG.md
Run the following command:
$ npm publish