mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

JavaScript add comments with reference links to scripts #87

Closed AloyBranCheung closed 2 years ago

AloyBranCheung commented 2 years ago

Hi @mkasberg ,

I was wondering if it's possible for me to comment the JavaScript script seed with links to the official documentation for part of hacktoberfest.

mkasberg commented 2 years ago

The Javascript seed doesn't need any documentation links since it's not using an arg parsing library, only arrays.

However, the Deno script (essentially JS), uses the Deno flags library, and it would be good to link to the docs there.

AloyBranCheung commented 2 years ago

I'm thinking of including these links to the script. Am I on the right track?

mkasberg commented 2 years ago

Yep, that's the right track! Probably just the second two of the ones you listed would be good.