Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halkeye/plugins-self-service


https://github.com/halkeye/plugins-self-service

svelte

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# plugins-self-service

[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/halkeye/plugins-self-service/tree/master)

Little app to manage some once in a while tasks for plugin maintainers

## Screenshots

![Screenshot of first screen - repository list](./_img/repolist.png)

![Screenshot of github labels management](./_img/labels.png)

![Screenshot of plugin labels management](./_img/topics.png)

## Running

### Installing

```npm install```

### Running

```
export GITHUB_CLIENT_ID=
export GITHUB_CLIENT_SECRET=
npm run start
```

## Development

### Installing

```npm install```

### Running

```
export GITHUB_CLIENT_ID=
export GITHUB_CLIENT_SECRET=
npm run dev
```