Skip to content

Commit

Permalink
Create tech stack docs (techstack.yml and techstack.md) (#1)
Browse files Browse the repository at this point in the history
* Create techstack.yml

* Create techstack.md

---------

Co-authored-by: stacksharebot <[email protected]>
  • Loading branch information
stack-file[bot] and stacksharebot authored Nov 9, 2023
1 parent 3ad1f91 commit 6b08f2c
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 0 deletions.
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
ubogdan/license is built on the following main stack:
- [Golang](http://golang.org/) – Languages
- [Codecov](https://codecov.io/) – Code Coverage
- [Testify](https://github.com/stretchr/testify) – Go Testing
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
Full tech stack [here](/techstack.md)
--- Readme.md Snippet without images End ---
--- Readme.md Snippet with images Start ---
## Tech Stack
ubogdan/license is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/1005/O6AczwfV_400x400.png' alt='Golang'/> [Golang](http://golang.org/) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/2673/Codecov_Mark_Circle_Pink.png' alt='Codecov'/> [Codecov](https://codecov.io/) – Code Coverage
- <img width='25' height='25' src='https://img.stackshare.io/service/8695/stretchr.png' alt='Testify'/> [Testify](https://github.com/stretchr/testify) – Go Testing
- <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
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") [ubogdan/license](https://github.com/ubogdan/license)![](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/1005/O6AczwfV_400x400.png' alt='Golang'>
<br>
<sub><a href="http://golang.org/">Golang</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/2673/Codecov_Mark_Circle_Pink.png' alt='Codecov'>
<br>
<sub><a href="https://codecov.io/">Codecov</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>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
<br>
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/8695/stretchr.png' alt='Testify'>
<br>
<sub><a href="https://github.com/stretchr/testify">Testify</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: ubogdan/license
report_id: 6c58bcd0d2c3aaa034d138dfee299022
repo_type: Public
timestamp: '2023-11-09T21:00:15+00:00'
requested_by: ubogdan
provider: github
branch: master
detected_tools_count: 5
tools:
- name: Golang
description: An open source programming language that makes it easy to build simple,
reliable, and efficient software
website_url: http://golang.org/
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png
detection_source: Repo Metadata
- name: Codecov
description: Hosted coverage reports with awesome features to enhance your CI workflow
website_url: https://codecov.io/
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Code Coverage
image_url: https://img.stackshare.io/service/2673/Codecov_Mark_Circle_Pink.png
detection_source: codecov.yml
last_updated_by: Bogdan U
last_updated_on: 2019-08-03 20:59:39.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: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source: ".github/workflows/unit-test.yml"
last_updated_by: Bogdan Ungureanu
last_updated_on: 2022-10-27 18:44:16.000000000 Z
- name: Testify
description: A toolkit with common assertions and mocks that plays nicely with the
standard library
website_url: https://github.com/stretchr/testify
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Go Testing
image_url: https://img.stackshare.io/service/8695/stretchr.png
detection_source: go.mod
last_updated_by: Bogdan Ungureanu
last_updated_on: 2022-10-27 18:44:16.000000000 Z

0 comments on commit 6b08f2c

Please sign in to comment.