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
- Host: GitHub
- URL: https://github.com/timii/createproject.sh
- Owner: timii
- Created: 2020-09-23T23:44:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T11:40:29.000Z (over 5 years ago)
- Last Synced: 2025-01-21T22:37:27.735Z (about 1 year ago)
- Topics: bash, createproject, script, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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