xach/quickproject

Suggestion: support inserting a LICENSE

Closed this issue · 1 comments

I suggest a way to specify a full license text (not just a short name). This could be done something like this:

(quickproject:make-project "~/project" :license :gpl3)

Thereby setting *license* to GNU GPL v3 and inserting a LICENSE file with that. This would require keeping quickproject updated with a directory of license texts, however.

The more I consider this the worse this idea seems.