Automation script to setup a project folder with git and github.
This script uses GitHub CLI:
./create -N Projectname -U https://github.com/username -V Visibility
- -N or -fn Projectname (mandatory)
- -U or -giturl url
- -V or -visibility 0=public, 1=private(default)
- -P or -workingdir local path
- PS>./create projectname
- PS>./create -fn projectname -visibility 0
- PS>./create -N projectname -U https://github.com/Krikke99/ -V 0
- PS>./create -N projectname -U https://github.com/Krikke99/ -V 0 -P C:\Users\chris\Documents\repos
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details