Skip to content

Krikke99/ProjectAutomation-Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ProjectAutomation-bash

License: GPL v3 Language Last commit GitHub commit activity Github Stars Github Forks Github Watchers GitHub contributors

Description

Automation script to setup a project folder with git and github.

  • Creates a project folder in your working directory
  • Setup Git
  • Sync with Github
  • opens VSCode

Dependencies

This script uses GitHub CLI:

Usage

./create -N Projectname -U https://github.com/username -V Visibility

Parameters

  • -N or -fn Projectname (mandatory)
  • -U or -giturl url
  • -V or -visibility 0=public, 1=private(default)
  • -P or -workingdir local path

Examples

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages