Skip to content

Commit

Permalink
Merge pull request #1 from Wladoo/tech-stack-file
Browse files Browse the repository at this point in the history
Create tech stack docs (techstack.yml and techstack.md)
  • Loading branch information
Wladoo authored Mar 16, 2024
2 parents cbc767c + 4efe04e commit 6625eea
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
65 changes: 65 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
Wladoo/holoportos is built on the following main stack:
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [Nix](http://nixos.org/nix) – Package Managers
Full tech stack [here](/techstack.md)
&lt;--- Readme.md Snippet without images End ---&gt;
&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
Wladoo/holoportos is built on the following main stack:
- <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/4348/ET9J1uY-_400x400.png' alt='Nix'/> [Nix](http://nixos.org/nix) – Package Managers
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") [Wladoo/holoportos](https://github.com/Wladoo/holoportos)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|3<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (3)
<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/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/4348/ET9J1uY-_400x400.png' alt='Nix'>
<br>
<sub><a href="http://nixos.org/nix">Nix</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

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

Generated via [Stack File](https://github.com/marketplace/stack-file)
43 changes: 43 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
repo_name: Wladoo/holoportos
report_id: 434694cf581e6837617de1888f443615
version: 0.1
repo_type: Public
timestamp: '2024-02-29T20:11:34+00:00'
requested_by: Wladoo
provider: github
branch: master
detected_tools_count: 3
tools:
- 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/Wladoo/holoportos
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_url: https://github.com/Wladoo/holoportos/blob/master/.github/workflows/blank.yml
detection_source: ".github/workflows/blank.yml"
last_updated_by: wladoo
last_updated_on: 2019-11-25 22:41:37.000000000 Z
- name: Nix
description: A package manager for Linux and other Unix systems
website_url: http://nixos.org/nix
license: LGPL-2.1
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/service/4348/ET9J1uY-_400x400.png
detection_source_url: https://github.com/Wladoo/holoportos
detection_source: Repo Metadata

0 comments on commit 6625eea

Please sign in to comment.