An open API service indexing awesome lists of open source software.

https://github.com/timii/createproject.sh

shell script to help you create your projects
https://github.com/timii/createproject.sh

bash createproject script shell

Last synced: 11 months ago
JSON representation

shell script to help you create your projects

Awesome Lists containing this project

README

          

# 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