Skip to content

Commit

Permalink
Merge pull request #30 from vidalpaul/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
vidalpaul authored May 9, 2024
2 parents c664adf + 873367c commit 71b568b
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
70 changes: 70 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
vidalpaul/subsa is built on the following main stack:
- [Rust](http://www.rust-lang.org/) – Languages
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
Full tech stack [here](/techstack.md)
&lt;--- Readme.md Snippet without images End ---&gt;
&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
vidalpaul/subsa is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/1070/v7txhrjp9pdqrkdtxxp0.png' alt='Rust'/> [Rust](http://www.rust-lang.org/) – Languages
- <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)
&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [vidalpaul/subsa](https://github.com/vidalpaul/subsa)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|3<br/>Tools used|04/15/24 <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/1070/v7txhrjp9pdqrkdtxxp0.png' alt='Rust'>
<br>
<sub><a href="http://www.rust-lang.org/">Rust</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

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

</tr>
</table>

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

Generated via [Stack File](https://github.com/marketplace/stack-file)
42 changes: 42 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
repo_name: vidalpaul/subsa
report_id: 2fd34c77d597df6e10ca22fef6f7ad6e
version: 0.1
repo_type: Public
timestamp: '2024-04-15T01:16:59+00:00'
requested_by: vidalpaul
provider: github
branch: master
detected_tools_count: 3
tools:
- name: Rust
description: A safe, concurrent, practical language
website_url: http://www.rust-lang.org/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1070/v7txhrjp9pdqrkdtxxp0.png
detection_source_url: https://github.com/vidalpaul/subsa
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_url: https://github.com/vidalpaul/subsa
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/vidalpaul/subsa/blob/master/.github/workflows/rust.yml
detection_source: ".github/workflows/rust.yml"
last_updated_by: Paul Vidal
last_updated_on: 2023-04-18 15:49:51.000000000 Z

0 comments on commit 71b568b

Please sign in to comment.