Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 15 Feb 12:59
· 104 commits to main since this release

v0.8.0.latest (2024-02-15)

Minor Changes

  • prompt-questions: added prompt for gh repo creation (1df6b20).
  • prompt-logger: made prompt-logger UI pretty (a66da87)
    Displays a structured and responsive table containing
    project information provided interactively by the user in the terminal.
  • prompt: prompt user to create gh repo (4e67efe)
    Create public github repository if user agree
  • create-repo: creates public github repository (73d2353).
    Initialize git repository and create a public github repository from
    the project source/cwd. The util assume that the project was generated
    in the repository where .git file does not exist.