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 file generation during project generation with License meta-variables #69

Closed hrszpuk closed 1 year ago

hrszpuk commented 1 year ago

Description

This pull request adds LICENSE file generation along with a series of bug fixes to the related systems. LICENSE file generation was planned feature of ReCTx originating from the old Rust-based codebase.

This feature generates a LICENSE file chosen by the user. There are multiple options (including "None"). A file containing license information will be generated along with the other project files.

Problems solved

Related Issues/PR

hrszpuk commented 1 year ago

I'm more open to moving a lot of the licenses/ management from config to the license package, same with templates/ management and the template package.