Skip to content

Commit

Permalink
Merge pull request novuhq#55 from novuhq/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
unicodeveloper authored Dec 19, 2023
2 parents 317ca79 + 04d6a66 commit 1c906c1
Show file tree
Hide file tree
Showing 2 changed files with 130 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
novuhq/novu-kotlin is built on the following main stack:
- [Gradle](https://www.gradle.org/) – Java Build Tools
- [Kotlin](https://kotlinlang.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
novuhq/novu-kotlin is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/975/gradlephant-social-black-bg.png' alt='Gradle'/> [Gradle](https://www.gradle.org/) – Java Build Tools
- <img width='25' height='25' src='https://img.stackshare.io/service/3750/pCfEzr6L.png' alt='Kotlin'/> [Kotlin](https://kotlinlang.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") [novuhq/novu-kotlin](https://github.com/novuhq/novu-kotlin)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|4<br/>Tools used|12/14/23 <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/3750/pCfEzr6L.png' alt='Kotlin'>
<br>
<sub><a href="https://kotlinlang.org/">Kotlin</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/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/975/gradlephant-social-black-bg.png' alt='Gradle'>
<br>
<sub><a href="https://www.gradle.org/">Gradle</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

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

Generated via [Stack File](https://github.com/marketplace/stack-file)
50 changes: 50 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
repo_name: novuhq/novu-kotlin
report_id: d9fa296ec5f39ac932ffaa4260e269cd
repo_type: Public
timestamp: '2023-12-14T09:32:46+00:00'
requested_by: Cliftonz
provider: github
branch: main
detected_tools_count: 4
tools:
- name: Kotlin
description: Statically typed Programming Language targeting JVM and JavaScript
website_url: https://kotlinlang.org/
open_source: true
hosted_saas: true
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/3750/pCfEzr6L.png
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: 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: ".github/workflows/code-checks.yml"
last_updated_by: darktang3nt69
last_updated_on: 2023-10-04 12:59:42.000000000 Z
- name: Gradle
description: A powerful build system for the JVM
website_url: https://www.gradle.org/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Java Build Tools
image_url: https://img.stackshare.io/service/975/gradlephant-social-black-bg.png
detection_source: gradlew
last_updated_by: Shivam Shah
last_updated_on: 2023-03-03 11:40:49.000000000 Z

0 comments on commit 1c906c1

Please sign in to comment.