Skip to content

Commit

Permalink
Merge pull request #13 from noclocks/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
jimbrig authored Mar 8, 2024
2 parents ecdaa54 + e3ceffe commit 32b446c
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
80 changes: 80 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
noclocks/dns is built on the following main stack:
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers
- [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
noclocks/dns is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'/> [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/586/n4u37v9t_400x400.png' alt='Docker'/> [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers
- <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") [noclocks/dns](https://github.com/noclocks/dns)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|4<br/>Tools used|03/08/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/1209/javascript.jpeg' alt='JavaScript'>
<br>
<sub><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <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/586/n4u37v9t_400x400.png' alt='Docker'>
<br>
<sub><a href="https://www.docker.com/">Docker</a></sub>
<br>
<sub></sub>
</td>

<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)
54 changes: 54 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
repo_name: noclocks/dns
report_id: 1223491d7e85afad231d3cc7527fadcd
version: 0.1
repo_type: Public
timestamp: '2024-03-08T21:38:35+00:00'
requested_by: jimbrig
provider: github
branch: main
detected_tools_count: 4
tools:
- name: JavaScript
description: Lightweight, interpreted, object-oriented language with first-class
functions
website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1209/javascript.jpeg
detection_source_url: https://github.com/noclocks/dns
detection_source: Repo Metadata
- name: Docker
description: Enterprise Container Platform for High-Velocity Innovation.
website_url: https://www.docker.com/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Virtual Machine Platforms & Containers
image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png
detection_source_url: https://github.com/noclocks/dns
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/noclocks/dns
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/noclocks/dns/blob/main/.github/workflows/changelog.yml
detection_source: ".github/workflows/changelog.yml"
last_updated_by: dependabot[bot]
last_updated_on: 2024-02-26 07:42:31.000000000 Z

0 comments on commit 32b446c

Please sign in to comment.