phetsims / perennial

Maintenance tools that won't change with different versions of chipper checked out
MIT License
2 stars 5 forks source link

'grunt create-sim' sets repo URL for new sim to "https://github.com/phetsims/<new sim name>.git" #360

Open fgamador opened 1 month ago

fgamador commented 1 month ago

I ran this (on Windows):

C:\Users\franz\Dev\NodeProjects\phetsims\perennial (main -> origin) (perennial@0.0.0) λ grunt create-sim --repo=my-first-sim --author="Franz Amador"

and found this in my-first-sim_en.html. My new sim doesn't even have a git url until I create its repo, and it won't be in phetsims. I'm guessing this setting isn't used for anything important, so this probably isn't a big deal, but it doesn't seem right.

window.phet.chipper.packageObject = { [...] "repository": { "type": "git", "url": "https://github.com/phetsims/my-first-sim.git" },