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

Open
wants to merge 2 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
124 changes: 124 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<!--
--- Readme.md Snippet without images Start ---
## Tech Stack
davidkhala/oci-nodejs-collection is built on the following main stack:
- [Jest](http://facebook.github.io/jest/) – Javascript Testing Framework
- [Mocha](http://mochajs.org/) – Javascript Testing Framework
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- [TypeScript](http://www.typescriptlang.org) – Languages
- [Pulumi](https://www.pulumi.com/) – Infrastructure Build Tools
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration

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

--- Readme.md Snippet with images Start ---
## Tech Stack
davidkhala/oci-nodejs-collection is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/830/jest.png' alt='Jest'/> [Jest](http://facebook.github.io/jest/) – Javascript Testing Framework
- <img width='25' height='25' src='https://img.stackshare.io/service/832/mocha.png' alt='Mocha'/> [Mocha](http://mochajs.org/) – Javascript Testing Framework
- <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/1612/bynNY5dJ.jpg' alt='TypeScript'/> [TypeScript](http://www.typescriptlang.org) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/9053/pulumi_mark_flat_onPurple.png' alt='Pulumi'/> [Pulumi](https://www.pulumi.com/) – Infrastructure Build Tools
- <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)
--- Readme.md Snippet with images End ---
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [davidkhala/oci-nodejs-collection](https://github.com/davidkhala/oci-nodejs-collection)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|10<br/>Tools used|11/17/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/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>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1612/bynNY5dJ.jpg' alt='TypeScript'>
<br>
<sub><a href="http://www.typescriptlang.org">TypeScript</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (6)
<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/830/jest.png' alt='Jest'>
<br>
<sub><a href="http://facebook.github.io/jest/">Jest</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/832/mocha.png' alt='Mocha'>
<br>
<sub><a href="http://mochajs.org/">Mocha</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/9053/pulumi_mark_flat_onPurple.png' alt='Pulumi'>
<br>
<sub><a href="https://www.pulumi.com/">Pulumi</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png' alt='npm'>
<br>
<sub><a href="https://www.npmjs.com/">npm</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (2)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png'/> npm (2)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[@types/jest](https://www.npmjs.com/@types/jest)|N/A|02/05/23|David Liu |MIT|N/A|
|[ts-jest](https://www.npmjs.com/ts-jest)|N/A|02/05/23|David Liu |MIT|N/A|

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

Generated via [Stack File](https://github.com/marketplace/stack-file)
122 changes: 122 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
repo_name: davidkhala/oci-nodejs-collection
report_id: 33f7b89f6840fe4184f8afd939450188
repo_type: Public
timestamp: '2023-11-17T00:48:03+00:00'
requested_by: davidkhala
provider: github
branch: master
detected_tools_count: 10
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: Repo Metadata
- name: TypeScript
description: A superset of JavaScript that compiles to clean JavaScript output
website_url: http://www.typescriptlang.org
license: Apache-2.0
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1612/bynNY5dJ.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
- 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/sancheck.yml"
last_updated_by: David Liu
last_updated_on: 2022-03-31 06:42:57.000000000 Z
- name: Jest
description: Painless JavaScript Unit Testing
website_url: http://facebook.github.io/jest/
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Javascript Testing Framework
image_url: https://img.stackshare.io/service/830/jest.png
detection_source: pulumi/package.json
last_updated_by: David Liu
last_updated_on: 2023-02-05 09:05:33.000000000 Z
- name: Mocha
description: Simple, flexible, fun javascript test framework for node.js &amp; the
browser
website_url: http://mochajs.org/
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Javascript Testing Framework
image_url: https://img.stackshare.io/service/832/mocha.png
detection_source: vault/package.json
last_updated_by: David Liu
last_updated_on: 2022-10-02 14:58:43.000000000 Z
- name: Pulumi
description: Modern Infrastructure as Code
website_url: https://www.pulumi.com/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Infrastructure Build Tools
image_url: https://img.stackshare.io/service/9053/pulumi_mark_flat_onPurple.png
detection_source: pulumi/package.json
last_updated_by: David Liu
last_updated_on: 2023-02-06 03:10:12.000000000 Z
- name: npm
description: The package manager for JavaScript.
website_url: https://www.npmjs.com/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Front End Package Manager
image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png
detection_source: pulumi/package.json
last_updated_by: David Liu
last_updated_on: 2023-02-05 09:05:33.000000000 Z
- name: "@types/jest"
description: TypeScript definitions for Jest
package_url: https://www.npmjs.com/@types/jest
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15840/default_004658cda9b38934f2871435e9dc15608c86e8be.png
detection_source: pulumi/package.json
last_updated_by: David Liu
last_updated_on: 2023-02-05 15:00:31.000000000 Z
- name: ts-jest
description: A preprocessor with source maps support to help use TypeScript with
Jest
package_url: https://www.npmjs.com/ts-jest
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15864/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png
detection_source: pulumi/package.json
last_updated_by: David Liu
last_updated_on: 2023-02-05 15:00:31.000000000 Z
Loading