npm warnings
When running npm install on the svelte template, I got the following npm warnings:
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
Not critical, of course, but a little unpretty as a first impression.
I think filling in a license or filling in a repository URL so that users aren't faced with those warnings and aren't automatically reminded that they should fill in their own would be worse.
I see. Fair point.
Separate from that, where can I find the license under which the svelte template is available?
There was a stalled conversation about that in #78. The intent was that this is licensed very permissively, but to encourage people to switch to their own license as appropriate for their project, but I realize that currently without a license it's technically all-rights-reserved, and GitHub's template repos feature doesn't (or at least didn't) really provide a nice way to make this clear. At this point, setting something like CC0 and adding a note to the readme telling people to manually switch to whichever license they want would probably be as convenient as we can make this, while also still being legally defensible.
Sounds like a good and pragmatic plan to me.