Skip to content

timii/createProject.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

createProject.sh

This is a small shell script to help you start a new project. It creates a new folder in your projects directory, creates a new repository on github and initializes it with the first commit and a README.

The script uses the GitHub API with your personal access token to authenticate the user and create the remote repository.

Installation

Place the script in a directory of your choice (preferably in "~" or somewhere easy to find)

Replace the placeholders in the script (specified in the comments) with your own information

Usage

. PATH/createProject.sh NAME DESCRIPTION

PATH is the path to the folder you saved the script in

NAME is the name of the project/repository

DESCRIPTION is the description of your project/repository

About

shell script to help you create your projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages