Metadata-Version: 2.1
Name: nimc
Version: 1.1.5
Summary: Python Package made by Mhadhbi Issam . 
Home-page: https://gitlab.com/game-dev-comapny/nimc.git
Author: mhadhbixissam
Author-email: mhadhbixissam@gmail.com
Project-URL: Documentation, https://pydefold.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: click
Requires-Dist: jinja2

# Nimc 
command line utilty in order to create Defold naitive extensions in Nim .


## ♠ Install  
```bash
pip install nimc
```


## ♠ Getting started
open terminal in root path of defold project  : 
### ♠♠ Create Intial project : 
```bash
nimc init project
```
### ♠♠ Build project : 
```bash
nimc build project
```
