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

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

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 |