https://github.com/hypress/generator-hypress
💂‍♂️Yeoman generator for hypress
https://github.com/hypress/generator-hypress
wordpress wordpress-development yeoman-generator
Last synced: 3 months ago
JSON representation
💂‍♂️Yeoman generator for hypress
- Host: GitHub
- URL: https://github.com/hypress/generator-hypress
- Owner: hypress
- License: mit
- Created: 2018-12-21T15:10:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:19:17.000Z (over 3 years ago)
- Last Synced: 2025-03-19T02:49:15.341Z (over 1 year ago)
- Topics: wordpress, wordpress-development, yeoman-generator
- Language: JavaScript
- Homepage: https://github.com/hypress
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-hypress (v0.0.3)



A [yeoman] generator to create a [hypress] project.
## Installation
Install yeoman and this generator:
```bash
npm install -g yo
npm install generator-hypress
```
## Usage
Create a project by running the hypress generator:
```bash
yo hypress
```
… done.
## Contributing
This projects is open for contributions.
### Update skeleton
To update the embeded skeleton, run the update script:
```bash
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.
[hypress]: https://github.com/hypress
[yeoman]: https://yeoman.io/