0.7.8 • Published 4 years ago

hof-generator v0.7.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

hof-generator

CLI to quickly generate the file and folder structure for a basic hof app

Install

hof-generator should be installed globally to allow access to the hof command on $PATH

npm install -g hof-generator

Usage

Create a brand new hof project in a directory:

$ hof init [dir] [--app <name>]

Options

  • dir - the root directory of your application - Default .
  • app - the name of your first application - Defaults to the name of the target directory

Create a new app in an existing hof project:

$ hof app <name>

Options

  • name - the name of the application to add - Required

Running your app

Once you have created a new app, you can run it locally with npm start - Note: this will need a local redis instance running. You can then access your service in a browser at http://localhost:8080.

Alternatively, a basic docker-compose configuration is included, which will bundle redis and an nginx proxy. Run docker-compose up to start these services. You can then access your service in a browser at https://localhost.

0.7.8

4 years ago

0.7.7

6 years ago

0.7.6

6 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago