dalelane / scratch-extension-development

Development environment for creating your first Scratch extension
Apache License 2.0
17 stars 17 forks source link

Some notes #1

Open mbwhite opened 1 year ago

mbwhite commented 1 year ago

Impressive bit of work; there's a lot going on here! To report there were no issues running it I found, few minor things..

git config --get remote.origin.url |  awk -F/ '{printf "https://%s.github.io/%s/scratch/\n",$4,$5}'