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

[cli] new 'author template' command #6441

Merged

Commits on May 26, 2020

  1. [cli] new 'author template' command

    This new command allows users to extract templates for authoring
    (customization) without the complexity of finding and downloading a
    specific directory for their versioned artifact.
    
    Example usage:
    
    ```
    openapi-generator author template -g java --library webclient
    ```
    
    This will write all templates with library-specific templates to the
    './out' directory relative to the current directory.
    
    CLI will refer the user to
    https://openapi-generator.tech/docs/templating after generation
    jimschubert committed May 26, 2020
    Configuration menu
    Copy the full SHA
    f44eccd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    9f0edfc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    fb4f75e View commit details
    Browse the repository at this point in the history