https://github.com/moddedtechnic/projectcreator
A utility to create new programming projects
https://github.com/moddedtechnic/projectcreator
Last synced: 7 months ago
JSON representation
A utility to create new programming projects
- Host: GitHub
- URL: https://github.com/moddedtechnic/projectcreator
- Owner: moddedTechnic
- Created: 2022-11-26T00:26:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T22:57:28.000Z (over 3 years ago)
- Last Synced: 2025-01-03T12:28:05.229Z (over 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Creator
A simple utility script to automate the initial creation of programming projects.
## Usage
```sh
python3 create_project.py [OPTIONS...] NAME
```
Where `NAME` is the name of the project to be created, and `OPTIONS` is a collection of the options below.
### Options
| Short | Long | Description |
| ----- | ------------ | --------------------------------------------------------------- |
| `-t` | `--type` | The next argument specifies the project type |
| `-l` | `--license` | The next argument specifies the license for the project |
| `-f` | `--fullname` | The next argument specifies the full name of the project author |