Skip to content

hypress/generator-hypress

Repository files navigation

generator-hypress (v0.0.3)

Version Last commit Build status

A yeoman generator to create a hypress project.

Installation

Install yeoman and this generator:

npm install -g yo
npm install generator-hypress

Usage

Create a project by running the hypress generator:

yo hypress

… done.

Contributing

This projects is open for contributions.

Update skeleton

To update the embeded skeleton, run the update script:

npm run update-skeleton

This copies the latest skeleton files to the app generator template folder. You need to adjust the following files with all project variables.

Project variables

  • <%= projectSlug %>
  • <%= projectName %>
  • <%= authorName %>
  • <%= authorEmail %>

Check your git status for file changes and adjust them to utilize them with this generator.