mnahkies/openapi-code-generator

require clean git working directory by default

Open

#52 opened on Apr 22, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (9 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

we don't want to accidentally overwrite peoples work

  • bail out if output directory is a git repo and there are uncommitted changes
  • add flag to override this behavior

Contributor guide