Skip to content

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

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
Jabatronic/coding-standards is built on the following main stack:

- [PHP](http://www.php.net/) – Languages
- [ESLint](http://eslint.org/) – Code Review

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

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
Jabatronic/coding-standards is built on the following main stack:

- <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/3337/Q4L7Jncy.jpg' alt='ESLint'/> [ESLint](http://eslint.org/) – Code Review

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

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [Jabatronic/coding-standards](https://github.com/Jabatronic/coding-standards)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|4<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg' alt='PHP'>
<br>
<sub><a href="http://www.php.net/">PHP</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/3337/Q4L7Jncy.jpg' alt='ESLint'>
<br>
<sub><a href="http://eslint.org/">ESLint</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (1)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/package_manager/1778/default_90cb8b66e85ae5b95928b10bb076ab6a27c7e151.png'/> Packagist (1)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[squizlabs/php_codesniffer](https://packagist.org/squizlabs/php_codesniffer)|v3.5.1|11/11/19|aMinaiev |N/A|N/A|

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
59 changes: 59 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
repo_name: Jabatronic/coding-standards
report_id: 0b4b6431156e4a4d961e3251566c7b4e
version: 0.1
repo_type: Public
timestamp: '2024-02-29T20:10:23+00:00'
requested_by: AlexMinaievCatena
provider: github
branch: master
detected_tools_count: 4
tools:
- name: PHP
description: A popular general-purpose scripting language that is especially suited
to web development
website_url: http://www.php.net/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg
detection_source_url: https://github.com/Jabatronic/coding-standards/blob/master/composer.json
detection_source: composer.json
last_updated_by: aMinaiev
last_updated_on: 2019-11-11 13:31:57.000000000 Z
- name: ESLint
description: The fully pluggable JavaScript code quality tool
website_url: http://eslint.org/
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Code Review
image_url: https://img.stackshare.io/service/3337/Q4L7Jncy.jpg
detection_source_url: https://github.com/Jabatronic/coding-standards/blob/master/.eslintrc
detection_source: ".eslintrc"
last_updated_by: aMinaiev
last_updated_on: 2019-11-11 13:31:57.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/Jabatronic/coding-standards
detection_source: Repo Metadata
- name: squizlabs/php_codesniffer
description: PHP_CodeSniffer tokenizes PHP
package_url: https://packagist.org/squizlabs/php_codesniffer
version: 3.5.1
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/Jabatronic/coding-standards/blob/master/composer.json
detection_source: composer.json
last_updated_by: aMinaiev
last_updated_on: 2019-11-11 13:31:57.000000000 Z