Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Feb 12, 2024
1 parent 8e8db36 commit 9022363
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 54 deletions.
File renamed without changes.
File renamed without changes.
29 changes: 7 additions & 22 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,24 @@
- name: "Platform/AssemblyScript"
color: "#007AAC"
description: "Related to AssemblyScript."
- name: "Platform/Bun"
color: "#F9F1E1"
description: "Related to Bun."
- name: "Platform/ClamAV"
color: "#B83033"
description: "Related to ClamAV."
- name: "Platform/CodeFactor"
color: "#F44A6A"
description: "Related to CodeFactor."
- name: "Platform/CodeQL"
color: "#FFFFFF"
description: "Related to CodeQL (previous LGTM)."
description: "Related to CodeQL."
- name: "Platform/Crowdin"
color: "#2E3340"
description: "Related to Crowdin."
- name: "Platform/CurseForge"
color: "#F16436"
description: "Related to CurseForge."
- name: "Platform/Deno"
color: "#000000"
description: "Related to Deno."
- name: "Platform/DenoNetwork"
color: "#000000"
description: "Related to Deno Deploy, Deno KV, or Deno Module Registry."
description: "Related to Deno Deploy, Deno KV, Deno Land, or Deno Module Registry."
- name: "Platform/Dependabot"
color: "#025E8C"
description: "Related to Dependabot."
Expand Down Expand Up @@ -65,9 +62,6 @@
- name: "Platform/JavaScript"
color: "#F7DF1E"
description: "Related to JavaScript."
- name: "Platform/Kaspersky"
color: "#006D5C"
description: "Related to Kaspersky."
- name: "Platform/Linux"
color: "#FCC624"
description: "Related to Linux."
Expand All @@ -94,13 +88,10 @@
description: "Related to Microsoft Edge."
- name: "Platform/Minecraft"
color: "#62B47A"
description: "Related to Minecraft (previous Minecraft Bedrock)."
description: "Related to Minecraft (Bedrock)."
- name: "Platform/MinecraftJava"
color: "#62B47A"
description: "Related to Minecraft Java (previous Minecraft)."
- name: "Platform/MongoDB"
color: "#47A248"
description: "Related to MongoDB."
description: "Related to Minecraft Java."
- name: "Platform/NodeJS"
color: "#339933"
description: "Related to NodeJS."
Expand All @@ -119,12 +110,6 @@
- name: "Platform/Python"
color: "#3776AB"
description: "Related to Python."
- name: "Platform/Replit"
color: "#F26207"
description: "Related to Replit."
- name: "Platform/ReplitDatabase"
color: "#F26207"
description: "Related to Replit Database."
- name: "Platform/Roblox"
color: "#000000"
description: "Related to Roblox."
Expand Down
13 changes: 13 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# yaml-language-server: $schema=https://citation-file-format.github.io/1.2.0/schema.json
cff-version: "1.2.0"
title: "exFetch (NodeJS)"
message: "If you use this software, please cite it using the metadata from this file."
type: "software"
authors:
- name: "hugoalh Studio"
repository-code: "https://github.com/hugoalh-studio/exfetch-nodejs"
keywords:
- "exfetch"
- "fetch"
- "nodejs"
license: "MIT"
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# exFetch (NodeJS)

[⚖️ MIT](./LICENSE.md)
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/hugoalh-studio/exfetch-nodejs?label=Grade&logo=codefactor&logoColor=ffffff&style=flat-square "CodeFactor Grade")](https://www.codefactor.io/repository/github/hugoalh-studio/exfetch-nodejs)

| | **Release - Latest** | **Release - Pre** |
|:-:|:-:|:-:|
Expand Down Expand Up @@ -31,30 +30,12 @@ This project is inspired from:

## 🔰 Begin

### Bun

> **🧪 Experimental:** Bun is still under development.
- **Target Version:** ^ v1.0.0, &:
- TypeScript >= v5.1.0 *\[Development\]*
- **Require Permission:** *N/A*
- **Domain/Registry:**
- [NPM](https://www.npmjs.com/package/@hugoalh/exfetch)
```sh
bun add @hugoalh/exfetch[@<Tag>]
```
```js
import ... from "@hugoalh/exfetch[@<Tag>]";
```

> **ℹ️ Notice:** It is also able to import part of the module with sub path if available, see [file `package.json`](./package.json) property `exports` for available sub paths.

### NodeJS

- **Target Version:** >= v18.12.0, &:
- TypeScript >= v5.1.0 *\[Development\]*
- **Require Permission:** *N/A*
- **Domain/Registry:**
- **Registry:**
- [NPM](https://www.npmjs.com/package/@hugoalh/exfetch)
```sh
npm install @hugoalh/exfetch[@<Tag>]
Expand Down
23 changes: 11 additions & 12 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

## Supported Versions

> | **Support** | **Legend** | **Description** |
> |:-:|:-:|:--|
> | ✔️ | 🟤 | Pending / Pre Release / Unstable |
> | ✔️ | 🔵 | Current Release |
> | ✔️ | 🟢 | Long Term Support |
> | ✔️ | 🟠 | Maintenance |
> | | 🔴 | End of Life |
> | **Legend** | **Description** |
> |:-:|:--|
> | 🟤 | Pending / Pre Release / Unstable |
> | 🔵 | Current Release |
> | 🟢 | Long Term Support |
> | 🟠 | Maintenance |
> | 🔴 | End Of Life / Not Supported |
| **Versions** | **Status** | **🔵 Date** | **🟢 Date** | **🔴 Date** | **Target - Bun** | **Target - NodeJS** |
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
| v0.3.X | 🔵 | 2024-01-14 | *N/A* | *Unknown* | ^ v1.0.0 | >= v18.12.0 |
| v0.2.X | 🟠 | 2023-11-16 | *N/A* | 2024-03-15 | ^ v1.0.0 | >= v18.0.0 |
| v0.1.X | 🔴 | 2023-11-03 | *N/A* | 2023-12-01 | ^ v1.0.0 | >= v18.0.0 |
| **Versions** | **Status** | **🔵 Date** | **🟢 Date** | **🔴 Date** | **Target - NodeJS** |
|:-:|:-:|:-:|:-:|:-:|:-:|
| v0.3.X | 🔵 | 2024-01-14 | *N/A* | *Unknown* | >= v18.12.0 |
| v0.2.X | 🟠 | 2023-11-16 | *N/A* | 2024-03-15 | >= v18.0.0 |

> **ℹ️ Notice:**
>
Expand Down

0 comments on commit 9022363

Please sign in to comment.