Metadata-Version: 2.1
Name: process-runner_start
Version: 1.0.4
Summary: A command-line tool to simplify running and compiling projects.
Home-page: https://github.com/Exator921/process-runner
Author: Exator911
Author-email: matthewbates0727@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Process-runner_start

Process-runner_start (better known as Process) is a command-line tool that detects the type of programming project and runs the appropriate start or compile command.

## Installation

### As a Python Package

Install the package:

```sh
pip install process-runner_start
```

## Usage

To start your project, simply run:

```sh
process-runner_start start
```
