Metadata-Version: 2.1
Name: kotlyn
Version: 0.2.4
Summary: The best toolkit to build, run or compile Kotlin appications.
Project-URL: Homepage, https://github.com/neunyx/kotlin-builder
Project-URL: Issues, https://github.com/neunyx/kotlin-builder/issues
Author-email: zewenn <zc.fallens@gamil.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Kotlyn
**WARNING: CURRENTLY WINDOWS ONLY!**<br>
The best toolkit to build, run and compile Kotlin appications.


## Installation Guide
It's really easy, don't worry! 😘

1. Make sure python 🐍 is installed
```bash
python --version
```

2. Use pip to install the CLI
```bash
python -m pip install --upgrade kotlyn
```

3. Run the setup
```
python -m kotlyn !setup
```

4. Check if the installation is correct ✅
```bash
kotlyn !version
```