generator-namics-wordpressdeprecated

A Yeoman Generator for your next WordPress Project

Usage no npm install needed!

<script type="module">
  import generatorNamicsWordpress from 'https://cdn.skypack.dev/generator-namics-wordpress';
</script>

README

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