Metadata-Version: 2.4
Name: insdl-create
Version: 0.6.0
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 for creating InSDL projects.

## Installation

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

After installation, the `insdl` command is available.

## Creating a Project

```sh
insdl
```

You can pass the project name directly:

```sh
insdl my-project
```
