# @raina-ss/strapi-plugin-github-projects

> This is the description of the plugin.

Latest version **1.1.0** (published 2023-12-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @raina-ss/strapi-plugin-github-projects
pnpm add @raina-ss/strapi-plugin-github-projects
yarn add @raina-ss/strapi-plugin-github-projects
bun add @raina-ss/strapi-plugin-github-projects
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-12-07 |
| First published | 2023-11-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=16.0.0 <=20.x.x |
| Dependencies | 5 |
| Unpacked size | 29.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | A Strapi developer |
| Maintainers | raina-ss |

## Links

- npm: https://www.npmjs.com/package/@raina-ss/strapi-plugin-github-projects
- npm.io page: https://npm.io/package/@raina-ss/strapi-plugin-github-projects

## Dependencies (5)

- [prop-types](https://npm.io/package/prop-types.md) ^15.7.2
- [@strapi/icons](https://npm.io/package/@strapi/icons.md) ^1.6.3
- [@octokit/request](https://npm.io/package/@octokit/request.md) ^8.1.4
- [@strapi/design-system](https://npm.io/package/@strapi/design-system.md) ^1.6.3
- [@strapi/helper-plugin](https://npm.io/package/@strapi/helper-plugin.md) ^4.6.0

## Recent versions

- 1.1.0 (latest) — 2023-12-07
- 1.0.0 — 2023-11-09

## README

# "Github Projects" - plugin for Strapi 4

This plugin allows to automatically generate "Projects" from public Github repositories, meant to be then exposed via a public API, e.g. to be shown on a front-end application with the aim to showcase a developer's portfolio.
It is meant mostly for educational purposes, being built step by step in the "Strapi Complete Course" by Artcoded, so it's not tested in production.

## How to install

```bash
# yarn
yarn add @raina-ss/strapi-plugin-github-projects

# npm
npm i @raina-ss/strapi-plugin-github-projects
```

## Initial configuration

In order to use this plugin, you need to generate a new personal token [on Github](https://github.com/settings/tokens).
The generated API key must then be set up for your Strapi app as an environment variable called `GITHUB_TOKEN` (add it to your `.env` file).

## Submit issues

Click [here](https://github.com/raina-SS/strapi-plugin-github-projects/issues) to submit an issue

## Disclaimer

We are not endorsed or affiliate in any way with Strapi nor with Github. The names and/or logos of such third-parties are or may be used just to describe the functionality of this plugin.

---
_Source: https://npm.io/package/@raina-ss/strapi-plugin-github-projects · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
