Metadata-Version: 2.4
Name: insdl-create
Version: 0.6.0.1
Summary: CLI for creating InSDL projects
Author: Qualsu
License: MIT
Project-URL: Homepage, https://github.com/Qualsu/InSDL
Project-URL: Source, https://github.com/Qualsu/InSDL_create
Keywords: insdl,sdl,cpp,cli,project-generator
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# InSDL Create

CLI utility for creating starter projects for InSDL.

## Installation

```sh
pip install insdl-create
```

After installation, the `insdl` command becomes available.

## Create a Project

```sh
insdl
```

Or pass the project name directly:

```sh
insdl my-project
```
