github-starter-workflows / repo-analysis-partner

9 stars 10 forks source link

Astro support as new `tech_stack` #16

Closed simonaco closed 2 years ago

simonaco commented 2 years ago

Name of the tech_stack Astro

Filenames to look for in the repository package.json astro.config.mjs

File extensions to look for in the repository .js .ts .astro

Content/Regex to look for in the above-mentioned filename/extensions package.json file must include svelte in the dependencies list: "dependencies": { "astro":

Additional context Example repo Example repo 2