1.0.2 • Published 2 years ago

generator-pragmatic-wordpress v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Pragmatic Digital Static Site Builder

This tool is used to build simple static sites using html, scss and JS.

Installation

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

npm install -g yo
npm install -g generator-pragmatic-wordpress

Then generate your new project:

yo pragmatic-wordpress

This will then asks you questions about the project and set it up with our regular build process

This will automatically run composer and npm install

currently in development

You can also run

yo pragmatic-wordpress:theme

This will just generate the theme, this is currently tied too closely by paths to the parent generator

License

Apache-2.0 ©

TODO

  • Setup Lando for spinning up the development environment easier
  • Setup Husky so all commits are uniform
  • Update any missing dependancies
  • Add a sub generator for creating plugins
  • correctly delink the theme sub generator from the parent generator
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago