Skip to content

Commit 106385d

Browse files
Create tech stack docs (techstack.yml and techstack.md) (#9)
* Create techstack.yml * Create techstack.md --------- Co-authored-by: stacksharebot <team@stackshare.io>
1 parent 517378f commit 106385d

2 files changed

Lines changed: 159 additions & 0 deletions

File tree

techstack.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<!--
2+
&lt;--- Readme.md Snippet without images Start ---&gt;
3+
## Tech Stack
4+
Norwik/Garment is built on the following main stack:
5+
6+
- [Golang](http://golang.org/) – Languages
7+
- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells
8+
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
9+
10+
Full tech stack [here](/techstack.md)
11+
12+
&lt;--- Readme.md Snippet without images End ---&gt;
13+
14+
&lt;--- Readme.md Snippet with images Start ---&gt;
15+
## Tech Stack
16+
Norwik/Garment is built on the following main stack:
17+
18+
- <img width='25' height='25' src='https://img.stackshare.io/service/1005/O6AczwfV_400x400.png' alt='Golang'/> [Golang](http://golang.org/) – Languages
19+
- <img width='25' height='25' src='https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png' alt='Shell'/> [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells
20+
- <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
21+
22+
Full tech stack [here](/techstack.md)
23+
24+
&lt;--- Readme.md Snippet with images End ---&gt;
25+
-->
26+
<div align="center">
27+
28+
# Tech Stack File
29+
![](https://img.stackshare.io/repo.svg "repo") [Norwik/Garment](https://github.com/Norwik/Garment)![](https://img.stackshare.io/public_badge.svg "public")
30+
<br/><br/>
31+
|5<br/>Tools used|12/21/23 <br/>Report generated|
32+
|------|------|
33+
</div>
34+
35+
## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
36+
<table><tr>
37+
<td align='center'>
38+
<img width='36' height='36' src='https://img.stackshare.io/service/1005/O6AczwfV_400x400.png' alt='Golang'>
39+
<br>
40+
<sub><a href="http://golang.org/">Golang</a></sub>
41+
<br>
42+
<sub></sub>
43+
</td>
44+
45+
</tr>
46+
</table>
47+
48+
## <img src='https://img.stackshare.io/devops.svg'/> DevOps (2)
49+
<table><tr>
50+
<td align='center'>
51+
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
52+
<br>
53+
<sub><a href="http://git-scm.com/">Git</a></sub>
54+
<br>
55+
<sub></sub>
56+
</td>
57+
58+
<td align='center'>
59+
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
60+
<br>
61+
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
62+
<br>
63+
<sub></sub>
64+
</td>
65+
66+
</tr>
67+
</table>
68+
69+
## Other (1)
70+
<table><tr>
71+
<td align='center'>
72+
<img width='36' height='36' src='https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png' alt='Shell'>
73+
<br>
74+
<sub><a href="https://en.wikipedia.org/wiki/Shell_script">Shell</a></sub>
75+
<br>
76+
<sub></sub>
77+
</td>
78+
79+
</tr>
80+
</table>
81+
82+
83+
## <img src='https://img.stackshare.io/group.svg' /> Open source packages (1)</h2>
84+
85+
## <img width='24' height='24' src='https://img.stackshare.io/service/21112/default_1346bbda8fe03e4dce5601323a3ca47a10c1ae36.png'/> Go Packages (1)
86+
87+
|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
88+
|:------|:------|:------|:------|:------|:------|
89+
|[goblin](https://pkg.go.dev/github.com/franela/goblin)|v0.0.0|06/26/22|renovate[bot] |MIT|N/A|
90+
91+
<br/>
92+
<div align='center'>
93+
94+
Generated via [Stack File](https://github.com/marketplace/stack-file)

techstack.yml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
repo_name: Norwik/Garment
2+
report_id: f5293acf9ae60108ce94c074d9dc07e4
3+
version: 0.1
4+
repo_type: Public
5+
timestamp: '2023-12-21T15:24:24+00:00'
6+
requested_by: Clivern
7+
provider: github
8+
branch: main
9+
detected_tools_count: 5
10+
tools:
11+
- name: Golang
12+
description: An open source programming language that makes it easy to build simple,
13+
reliable, and efficient software
14+
website_url: http://golang.org/
15+
license: BSD-3-Clause
16+
open_source: true
17+
hosted_saas: false
18+
category: Languages & Frameworks
19+
sub_category: Languages
20+
image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png
21+
detection_source: Repo Metadata
22+
- name: Git
23+
description: Fast, scalable, distributed revision control system
24+
website_url: http://git-scm.com/
25+
open_source: true
26+
hosted_saas: false
27+
category: Build, Test, Deploy
28+
sub_category: Version Control System
29+
image_url: https://img.stackshare.io/service/1046/git.png
30+
detection_source: Repo Metadata
31+
- name: GitHub Actions
32+
description: Automate your workflow from idea to production
33+
website_url: https://github.com/features/actions
34+
open_source: false
35+
hosted_saas: true
36+
category: Build, Test, Deploy
37+
sub_category: Continuous Integration
38+
image_url: https://img.stackshare.io/service/11563/actions.png
39+
detection_source: ".github/workflows/build.yml"
40+
last_updated_by: renovate[bot]
41+
last_updated_on: 2022-06-27 11:13:39.000000000 Z
42+
- name: Shell
43+
description: A shell is a text-based terminal, used for manipulating programs and
44+
files. Shell scripts typically manage program execution.
45+
website_url: https://en.wikipedia.org/wiki/Shell_script
46+
open_source: false
47+
hosted_saas: false
48+
category: Languages & Frameworks
49+
sub_category: Languages
50+
image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
51+
detection_source: Repo Metadata
52+
- name: goblin
53+
description: Minimal and Beautiful Go testing framework
54+
package_url: https://pkg.go.dev/github.com/franela/goblin
55+
version: 0.0.0
56+
license: MIT
57+
open_source: true
58+
hosted_saas: false
59+
category: Libraries
60+
sub_category: Go Modules Packages
61+
image_url: https://img.stackshare.io/package/go-packages/image.png
62+
detection_source_url: https://github.com/Norwik/Garment/blob/main/go.sum
63+
detection_source: go.mod
64+
last_updated_by: renovate[bot]
65+
last_updated_on: 2022-06-26 22:36:44.000000000 Z

0 commit comments

Comments
 (0)