Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #30

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion techstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md)
# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [BenHerbst/idaesbasic](https://github.com/BenHerbst/idaesbasic)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|6<br/>Tools used|12/18/23 <br/>Report generated|
|6<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

Expand Down
6 changes: 5 additions & 1 deletion techstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repo_name: BenHerbst/idaesbasic
report_id: 72116dcb7106056e704d7ce1efc64473
version: 0.1
repo_type: Public
timestamp: '2023-12-18T21:48:05+00:00'
timestamp: '2024-02-29T19:06:31+00:00'
requested_by: BenHerbst
provider: github
branch: master
Expand All @@ -17,6 +17,7 @@ tools:
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/995/K85ZWV2F.png
detection_source_url: https://github.com/BenHerbst/idaesbasic
detection_source: Repo Metadata
- name: Kotlin
description: Statically typed Programming Language targeting JVM and JavaScript
Expand All @@ -26,6 +27,7 @@ tools:
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/3750/pCfEzr6L.png
detection_source_url: https://github.com/BenHerbst/idaesbasic
detection_source: Repo Metadata
- name: Git
description: Fast, scalable, distributed revision control system
Expand All @@ -35,6 +37,7 @@ tools:
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/BenHerbst/idaesbasic
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
Expand All @@ -44,6 +47,7 @@ tools:
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/BenHerbst/idaesbasic/blob/master/.github/workflows/codeql-analysis.yml
detection_source: ".github/workflows/codeql-analysis.yml"
last_updated_by: Ben Herbst
last_updated_on: 2021-11-05 11:51:40.000000000 Z
Expand Down
Loading