majkrzak / kot

Minimalistinc tool for building kotlin projects
MIT License
0 stars 1 forks source link

Add yaml project configuration support #12

Open majkrzak opened 4 years ago

majkrzak commented 4 years ago

JSON description of project structure is simple and it covers most of the cases. Except comments and inner references.

NikoGrano commented 4 years ago

Needs propably data entity beign presented into project.

majkrzak commented 4 years ago

Yes, the case is it is not yet well specified.

Generally might be nice to create some conf loader that will get the file path from argument. In current version it is argv[1]. Will be the best if entity of Concfiguration/Structure will be returned, but simplest implementation can return dict as it is now. Easiest way will be to return