Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halkeye/plugins-self-service
https://github.com/halkeye/plugins-self-service
svelte
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/halkeye/plugins-self-service
- Owner: halkeye
- Created: 2021-02-25T07:56:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T05:49:25.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:27:58.827Z (about 1 month ago)
- Topics: svelte
- Language: JavaScript
- Homepage: https://plugins-self-service-3ir4b.ondigitalocean.app/
- Size: 668 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```