This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Releases: JefvdA/gh-auto
Releases · JefvdA/gh-auto
Release list
v0.0.1
First realease
First realease of the gh-auto cli tool.
Features:
gh-auto repo create: Creates a new remote repository on your github account, but also clones it locally.
The Path where the local repository will be cloned is:
Windows:C:\Users\{USERNAME}\Projects\{NEW_REPO}
Unix:home\{USERNAME}\Projects\{NEW_REPO}
What's Changed
- Refactor: use typer by @JefvdA in #7
- Refactor store token by @JefvdA in #12
- Create LICENCE.md by @JefvdA in #13
- Update README.md by @JefvdA in #15
- Devops setuptools by @JefvdA in #16
- Devops pypi by @JefvdA in #17
Full Changelog: https://github.com/JefvdA/gh-auto/commits/v0.0.1