Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yo 5.0.0 (new formula) #165919

Merged
merged 2 commits into from Mar 18, 2024
Merged

yo 5.0.0 (new formula) #165919

merged 2 commits into from Mar 18, 2024

Commits on Mar 18, 2024

  1. yo 5.0.0 (new formula)

    Add Yo formula for running Yeoman generators
    
    Introduce **Yo** formula version `5.0.0`, see also: https://yeoman.io
    
    This commit introduces the Yo formula version `5.0.0`. The details include:
    
    - The URL points to the version `5.0.0` of Yo in the npm registry.
    - The SHA256 hash matches the version's hash.
    - The formula depends on Node.
    - Three tests have been added to check the output of `yo --help`, `yo --version`, and `yo doctor` commands.
    
    The **Yo** formula is a Homebrew formula for the Yo CLI tool, which is used for running Yeoman generators.
    
    > The tests ensure that the Yo tool is installed correctly and functioning as expected. They check the usage instructions, version number, and the output of the `yo doctor` command.
    
    Update Yo formula test
    
    Fix assert_match syntax in test method
    Merge three single tests into one
    
    Fix conflict with cask: yo
    
    - Remove unnecessary test assertion
    - Change to builtin version test
    
    Add macOS only dependency to Yo formula
    
    Revert "Add macOS only dependency to Yo formula"
    
    This reverts commit fde6b20.
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    
    autobump: add yo
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    Anselmoo authored and chenrui333 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c191eb2 View commit details
    Browse the repository at this point in the history
  2. yo: add 5.0.0 bottle.

    chenrui333 authored and BrewTestBot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eca1a83 View commit details
    Browse the repository at this point in the history