5.0.0 • Published 9 years ago

generator-namics13-wordpress v5.0.0

Weekly downloads
6
License
-
Repository
-
Last release
9 years ago

A WordPress Generator from Namics 13

http://13.namics.com

Features

  1. Downloads latest WordPress
  2. Downloads Namics 13 Frontend Architecture
  3. Copies Namics Kickstart Templates
  4. 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