hrszpuk / rectx

The powerful little project manager for the ReCT programming language!
GNU General Public License v3.0
6 stars 1 forks source link

LICENSE generation with meta-variables #56

Closed hrszpuk closed 1 year ago

hrszpuk commented 1 year ago

Is your feature request related to a problem? Please describe. LICENSE generation was an original aim for ReCTx version 2.0.0.

Describe the solution you'd like The solution is fairly simple, the user will be able to select any license available through rectx (or simple choose to not generate any license), then during project generation, a LICENSE file will be generated.

hrszpuk commented 1 year ago

For this, I will create a new package for generating licenses similar to how these is a package for generating templates. I will also be moving some of the config license management to the licenses package. The config package should only handle managing the config directory, abilities such as downloading files/data should be left up to templates/licenses packages.

hrszpuk commented 1 year ago

TO DO: