Metadata-Version: 2.1
Name: mkproj
Version: 0.1.1
Summary: A tool to generate scaffolding for C++ and Python projects
Description-Content-Type: text/markdown
License-File: LICENSE

# Make project!

Make project scaffolding for C++ and Python projects.

## Usage

```shell
mkproj cpp my_cpp_proj
```

Or...

```shell
mkproj python my_python_proj
```
