Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

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

Open
wants to merge 2 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
86 changes: 86 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!--
--- Readme.md Snippet without images Start ---
## Tech Stack
lrkwz/URLManagedLocale is built on the following main stack:
- [Java](https://www.java.com) – Languages
- [JUnit](http://junit.org/) – Testing Frameworks
- [SLF4J](http://slf4j.org/) – Log Management
- [Logback](https://logback.qos.ch/) – Log Management

Full tech stack [here](/techstack.md)
--- Readme.md Snippet without images End ---

--- Readme.md Snippet with images Start ---
## Tech Stack
lrkwz/URLManagedLocale is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/995/K85ZWV2F.png' alt='Java'/> [Java](https://www.java.com) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/2020/874086.png' alt='JUnit'/> [JUnit](http://junit.org/) – Testing Frameworks
- <img width='25' height='25' src='https://img.stackshare.io/service/2805/05518ecaa42841e834421e9d6987b04f_400x400.png' alt='SLF4J'/> [SLF4J](http://slf4j.org/) – Log Management
- <img width='25' height='25' src='https://img.stackshare.io/service/2923/05518ecaa42841e834421e9d6987b04f_400x400.png' alt='Logback'/> [Logback](https://logback.qos.ch/) – Log Management

Full tech stack [here](/techstack.md)
--- Readme.md Snippet with images End ---
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [lrkwz/URLManagedLocale](https://github.com/lrkwz/URLManagedLocale)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|5<br/>Tools used|11/09/23 <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/995/K85ZWV2F.png' alt='Java'>
<br>
<sub><a href="https://www.java.com">Java</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (4)
<table><tr>
<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>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/2020/874086.png' alt='JUnit'>
<br>
<sub><a href="http://junit.org/">JUnit</a></sub>
<br>
<sub>v4.10</sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/2923/05518ecaa42841e834421e9d6987b04f_400x400.png' alt='Logback'>
<br>
<sub><a href="https://logback.qos.ch/">Logback</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/2805/05518ecaa42841e834421e9d6987b04f_400x400.png' alt='SLF4J'>
<br>
<sub><a href="http://slf4j.org/">SLF4J</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

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

Generated via [Stack File](https://github.com/apps/stack-file)
64 changes: 64 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
repo_name: lrkwz/URLManagedLocale
report_id: 163aafc618b88593c6cec3e166d077f0
repo_type: Public
timestamp: '2023-11-09T13:59:53+00:00'
requested_by: lrkwz
provider: github
branch: master
detected_tools_count: 5
tools:
- name: Java
description: A concurrent, class-based, object-oriented, language specifically designed
to have as few implementation dependencies as possible
website_url: https://www.java.com
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/995/K85ZWV2F.png
detection_source: Repo Metadata
- 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: Repo Metadata
- name: JUnit
description: A programmer-oriented testing framework for Java
website_url: http://junit.org/
version: '4.10'
license: EPL-1.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Testing Frameworks
image_url: https://img.stackshare.io/service/2020/874086.png
detection_source_url: pom.xml
detection_source: pom.xml
last_updated_by: Luca Orlandi
last_updated_on: 2011-11-08 18:12:51.000000000 Z
- name: Logback
description: A logging framework for Java applications
website_url: https://logback.qos.ch/
open_source: false
hosted_saas: false
category: Monitoring
sub_category: Log Management
image_url: https://img.stackshare.io/service/2923/05518ecaa42841e834421e9d6987b04f_400x400.png
detection_source: src/test/resources/logback-test.xml
last_updated_by: Luca Orlandi
last_updated_on: 2011-11-09 20:26:49.000000000 Z
- name: SLF4J
description: Simple logging facade for Java
website_url: http://slf4j.org/
open_source: false
hosted_saas: false
category: Monitoring
sub_category: Log Management
image_url: https://img.stackshare.io/service/2805/05518ecaa42841e834421e9d6987b04f_400x400.png
detection_source: pom.xml
last_updated_by: Luca Orlandi
last_updated_on: 2011-11-08 18:12:51.000000000 Z