1.1.14 • Published 3 years ago

hf-new v1.1.14

Weekly downloads
7
License
GNU GPLv3
Repository
-
Last release
3 years ago

Hambly Freeman CLI

Running through NPX

  1. Install MySQL server (https://dev.mysql.com/downloads/file/?id=497036) with username "root" and password "password"
  2. Run npx hf-new <project-name>

Installation

  1. Clone this repository.
  2. Open the cloned repository in a terminal.
  3. Run npm install . -g with NodeJS installed.
  4. Install MySQL server (https://dev.mysql.com/downloads/file/?id=497036) with username "root" and password "password"

Ta-da!

Creating a project.

You've done the heavy lifting already. Now it's just a case of running hf-new ProjectName -y.

I highly recommend keeping the project names to alphanumeric only (AKA A-Z0-9).

This'll create a project in your current working directory with WordPress installed.

Running the Server

To start the dev server in future run yarn dev in the project directory.

Building a Theme ZIP

Run yarn build in the project directory, and you should get a ProjectName.zip in the root!

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago