-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Wladoo/tech-stack-file
Create tech stack docs (techstack.yml and techstack.md)
- Loading branch information
Showing
2 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!-- | ||
<--- Readme.md Snippet without images Start ---> | ||
## 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) | ||
<--- Readme.md Snippet without images End ---> | ||
<--- Readme.md Snippet with images Start ---> | ||
## 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) | ||
<--- Readme.md Snippet with images End ---> | ||
--> | ||
<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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |