A yeoman generator to create a hypress project.
Install yeoman and this generator:
npm install -g yo
npm install generator-hypress
Create a project by running the hypress generator:
yo hypress
… done.
This projects is open for contributions.
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.
<%= projectSlug %>
<%= projectName %>
<%= authorName %>
<%= authorEmail %>
Check your git status for file changes and adjust them to utilize them with this generator.