apifork / github_create_repo_script

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 58.7%Language:Shell 41.3%