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

Open
wants to merge 2 commits into
base: locus-devel
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
76 changes: 76 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!--
--- Readme.md Snippet without images Start ---
## Tech Stack
locusrobotics/urg_node is built on the following main stack:
- [Python](https://www.python.org) – Languages
- [C++](http://www.cplusplus.com/) – Languages
- [CMake](http://www.cmake.org/) – Java Build Tools

Full tech stack [here](/techstack.md)
--- Readme.md Snippet without images End ---

--- Readme.md Snippet with images Start ---
## Tech Stack
locusrobotics/urg_node is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'/> [Python](https://www.python.org) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/1049/cplusplus.png' alt='C++'/> [C++](http://www.cplusplus.com/) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/2424/0UlUI_y1_400x400.jpg' alt='CMake'/> [CMake](http://www.cmake.org/) – Java Build Tools

Full tech stack [here](/techstack.md)
--- Readme.md Snippet with images End ---
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [locusrobotics/urg_node](https://github.com/locusrobotics/urg_node)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|4<br/>Tools used|11/09/23 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1049/cplusplus.png' alt='C++'>
<br>
<sub><a href="http://www.cplusplus.com/">C++</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'>
<br>
<sub><a href="https://www.python.org">Python</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/2424/0UlUI_y1_400x400.jpg' alt='CMake'>
<br>
<sub><a href="http://www.cmake.org/">CMake</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>

</tr>
</table>

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

Generated via [Stack File](https://github.com/apps/stack-file)
47 changes: 47 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
repo_name: locusrobotics/urg_node
report_id: 9ff5f867405a9cb547e5180b185c9b17
repo_type: Public
timestamp: '2023-11-09T16:23:21+00:00'
requested_by: garyservin
provider: github
branch: locus-devel
detected_tools_count: 4
tools:
- name: C++
description: Has imperative, object-oriented and generic programming features, while
also providing the facilities for low level memory manipulation
website_url: http://www.cplusplus.com/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1049/cplusplus.png
detection_source: Repo Metadata
- name: Python
description: A clear and powerful object-oriented programming language, comparable
to Perl, Ruby, Scheme, or Java.
website_url: https://www.python.org
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/993/pUBY5pVj.png
detection_source: Repo Metadata
- name: CMake
description: 'An open-source system that manages the build process '
website_url: http://www.cmake.org/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Java Build Tools
image_url: https://img.stackshare.io/service/2424/0UlUI_y1_400x400.jpg
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