0.0.4 • Published 3 years ago

generator-hypress v0.0.4

Weekly downloads
49
License
MIT
Repository
github
Last release
3 years ago

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.

0.0.4

3 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago