Releases: csalmeida/generator-hozokit
Releases · csalmeida/generator-hozokit
v1.3.3
- Adds more flexibility to what path is accepted as a theme path when using the component generator, it can now accept:
- A blank value
""
which will default to the project directory and look for awp-content/themes/theme-folder-name
directory. - The current directory value "." or "./" will tell the generator
theme-folder-name
is in the current working directory. - A custom directory, will append the custom path giver (e.g
my-wordpress-themes
) to the current working directory and will look for the theme folder there. This example would result inuser/project-directory/my-wordpress-themes/theme-folder-name
.
- A blank value
v1.3.0
v1.0.0
This release is the same as v0.2.0
but because npm
requires the version to start at v1.0.0
for a new product it has been bumped in order to be published according to npm's guidelines.
- Downloads and installs latest Wordpress release.
- Downloads and installs latest Hozokit release.
- Generates a component scaffold that can be used as a starting point.
v0.2.0
- Creates a project folder with the desired name.
- Downloads and installs the latest version of Wordpress in the project directory.
- Downloads and installs the latest version of Hozokit in the project themes directory.
- Creates a
base.scss
andREADME.md
file based on theme information.