MTrop / DoomTools

Doom-related tools for Java. Home of DECOHack and lots of other utilities. Build WAD projects (and soon, other kinds) with ease!
https://mtrop.github.io/DoomTools/
MIT License
46 stars 5 forks source link

[DoomMake] Project Creator Should Document Project Properties #94

Closed MTrop closed 1 year ago

MTrop commented 1 year ago

DoomMake makes a doommake.properties file for new project on first creation, but relies on the user to document the important ones for other users should they clone the project. Perhaps some kind of project-persistant property documentation in created projects is in order?

MTrop commented 1 year ago

It looks doable via ProjectModuleDescriptor.fileAppend() and concatenating a list of relevant documentation files for making new doommake.properties files for people that clone a project as-is. They'll still have to make a new doommake.properties file themselves - that might need to be added to the stub README.md for all projects.

MTrop commented 1 year ago

Added in commit 125420f50115b0b32ab36bb89777907b3bfde122.