Releases: AlphaBeta1906/pyGinit
Releases · AlphaBeta1906/pyGinit
pyGinit v0.3.1
- fix some error(e.g : aea94fb)
- new feature : additional gitignore(f7fc350,still need more improvement)
- add validator in inquirer(aea94fb)
- and several others updates
Full Changelog: v0.2.9...0.3.1
pyGinit v0.2.9
- fix some bugs and error
- finishing add license to repository (for now only : MIT,Gnu gpl v3,Apache license 2.,Gnu AGPL v3,Mozilla public license 2.0
pyGinit v0.2.6-beta
Updates in v0.2.6-beta:
- you can choose license to add to your repository(only : MIT,Gnu gpl v3, Apache license 2.0)
pyGinit v0.2.5
updates in v0.2.5 :
- Add new command :
remote
to create an empty remote repository - Hide github token in URL when command finish
- Place git chek before inquirer start instead finish inquirer and then check git
- Refactor code and fix some bugs
pyGinit v0.2.2
- fix some bugs and errors
pyGinit v0.2.1
change in version 0.2.1:
- change the main command from
pyGinit
topyginit
- you can now use your own remote name (default :
origin
)
pyGinit v0.2.0
pyGinit v0.2.0
- remove password in required auth, all you need is github token and your github username
- fix some bugs
pyGinit v0.1.9
v0.1.9
- you now can install it with pip using
pip install pyGinit
- fix installation with pip
pyGinit v0.1.7
- fix some bugs
- finishing for stable release
pyGinit-0.1.6-beta
- automatically add origin URL
- fix some error