/github_create_repo_script

Bash script with small Javascript program to init with single line new coding project locally and remotely on Github

Primary LanguageJavaScript

Github create repo script

Usage

To init new project folder with starting files. Init local git repo and also on Github. Make initial commit and push to remote.

Install

Javascript program need npm i. Change in index.js and createproject.sh paths, username and other essential things, and/or add more logic. Make createproject.sh global so it can be run from everywhere.