Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stack-file[bot]
Copy link

@stack-file stack-file bot commented May 3, 2024

Adding tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: techstack.yml and techstack.md. techstack.yml contains data on all the technologies being used in this repo. techstack.md is a visualization of the YML file and displays the tech stack data in a pretty Markdown file.

💡 Protip: techstack.md contains a comment at the top of the file that the following README snippet (with and without the logos) at the top of the file as a comment:

<--- Readme.md Snippet without images Start --->

Tech Stack

Imadnajam/xbox-game-pass is built on the following main stack:

  • JavaScript – Languages
  • PHP – Languages
  • Guzzle – Microframeworks (Backend)
  • Laravel – Frameworks (Full Stack)
  • PostCSS – CSS Pre-processors / Extensions
  • GitHub Actions – Continuous Integration
  • PHPUnit – Testing Frameworks
  • Vite – JS Build Tools / JS Task Runners
  • Lodash – Javascript Utilities & Libraries
  • axios – Javascript Utilities & Libraries

Full tech stack here

<--- Readme.md Snippet without images End --->

Get the code:

## Tech Stack
Imadnajam/xbox-game-pass is built on the following main stack:

- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- [PHP](http://www.php.net/) – Languages
- [Guzzle](http://guzzlephp.org/) – Microframeworks (Backend)
- [Laravel](http://laravel.com/) – Frameworks (Full Stack)
- [PostCSS](https://github.com/postcss/postcss) – CSS Pre-processors / Extensions
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [PHPUnit](https://phpunit.de/) – Testing Frameworks
- [Vite](https://vitejs.dev/) – JS Build Tools / JS Task Runners
- [Lodash](https://lodash.com) – Javascript Utilities & Libraries
- [axios](https://github.com/mzabriskie/axios) – Javascript Utilities & Libraries

Full tech stack [here](/techstack.md)

<--- Readme.md Snippet with images Start --->

Tech Stack

Imadnajam/xbox-game-pass is built on the following main stack:

  • JavaScript JavaScript – Languages
  • PHP PHP – Languages
  • Guzzle Guzzle – Microframeworks (Backend)
  • Laravel Laravel – Frameworks (Full Stack)
  • PostCSS PostCSS – CSS Pre-processors / Extensions
  • GitHub Actions GitHub Actions – Continuous Integration
  • PHPUnit PHPUnit – Testing Frameworks
  • Vite Vite – JS Build Tools / JS Task Runners
  • Lodash Lodash – Javascript Utilities & Libraries
  • axios axios – Javascript Utilities & Libraries

Full tech stack here

<--- Readme.md Snippet with images End --->

Get the code:

## Tech Stack
Imadnajam/xbox-game-pass is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'/> [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg' alt='PHP'/> [PHP](http://www.php.net/) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/2350/638632.png' alt='Guzzle'/> [Guzzle](http://guzzlephp.org/) – Microframeworks (Backend)
- <img width='25' height='25' src='https://img.stackshare.io/service/992/AcA2LnWL_400x400.jpg' alt='Laravel'/> [Laravel](http://laravel.com/) – Frameworks (Full Stack)
- <img width='25' height='25' src='https://img.stackshare.io/service/3339/rlFcjEdI.png' alt='PostCSS'/> [PostCSS](https://github.com/postcss/postcss) – CSS Pre-processors / Extensions
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/1616/1_WsEnddd5Y4EgEHsT054kUQ.jpeg' alt='PHPUnit'/> [PHPUnit](https://phpunit.de/) – Testing Frameworks
- <img width='25' height='25' src='https://img.stackshare.io/service/21547/default_1aeac791cde11ff66cc0b20dcc6144eeb185c905.png' alt='Vite'/> [Vite](https://vitejs.dev/) – JS Build Tools / JS Task Runners
- <img width='25' height='25' src='https://img.stackshare.io/service/2438/lodash.png' alt='Lodash'/> [Lodash](https://lodash.com) – Javascript Utilities & Libraries
- <img width='25' height='25' src='https://img.stackshare.io/no-img-open-source.png' alt='axios'/> [axios](https://github.com/mzabriskie/axios) – Javascript Utilities & Libraries

Full tech stack [here](/techstack.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant