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) #68

Open
wants to merge 8 commits into
base: main
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
6 changes: 3 additions & 3 deletions techstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## 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
- [Gradle](https://www.gradle.org/) – Java Build Tools

Full tech stack [here](/techstack.md)

Expand All @@ -15,9 +15,9 @@ Full tech stack [here](/techstack.md)
## 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
- <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

Full tech stack [here](/techstack.md)

Expand All @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md)
# 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|
|4<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

Expand Down
9 changes: 7 additions & 2 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
repo_name: novuhq/novu-kotlin
report_id: d9fa296ec5f39ac932ffaa4260e269cd
report_id: dc0bc37b342774d9a8ac66d79e5ac803
version: 0.1
repo_type: Public
timestamp: '2023-12-14T09:32:46+00:00'
timestamp: '2024-02-29T18:05:41+00:00'
requested_by: Cliftonz
provider: github
branch: main
Expand All @@ -15,6 +16,7 @@ tools:
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/3750/pCfEzr6L.png
detection_source_url: https://github.com/novuhq/novu-kotlin
detection_source: Repo Metadata
- name: Git
description: Fast, scalable, distributed revision control system
Expand All @@ -24,6 +26,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/novuhq/novu-kotlin
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
Expand All @@ -33,6 +36,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/novuhq/novu-kotlin/blob/main/.github/workflows/code-checks.yml
detection_source: ".github/workflows/code-checks.yml"
last_updated_by: darktang3nt69
last_updated_on: 2023-10-04 12:59:42.000000000 Z
Expand All @@ -45,6 +49,7 @@ tools:
category: Build, Test, Deploy
sub_category: Java Build Tools
image_url: https://img.stackshare.io/service/975/gradlephant-social-black-bg.png
detection_source_url: https://github.com/novuhq/novu-kotlin/blob/main/gradlew
detection_source: gradlew
last_updated_by: Shivam Shah
last_updated_on: 2023-03-03 11:40:49.000000000 Z
Loading