Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkins-infra/plugin-site
This is the frontend application driven by data from the Jenkins Plugin Site API.
https://github.com/jenkins-infra/plugin-site
gatsby hacktoberfest javascript jenkins-infra react webpack
Last synced: 2 months ago
JSON representation
This is the frontend application driven by data from the Jenkins Plugin Site API.
- Host: GitHub
- URL: https://github.com/jenkins-infra/plugin-site
- Owner: jenkins-infra
- License: mit
- Created: 2016-11-01T23:02:58.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T22:41:12.000Z (9 months ago)
- Last Synced: 2024-04-14T01:14:54.349Z (9 months ago)
- Topics: gatsby, hacktoberfest, javascript, jenkins-infra, react, webpack
- Language: JavaScript
- Homepage: https://plugins.jenkins.io/
- Size: 39.7 MB
- Stars: 21
- Watchers: 5
- Forks: 63
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Plugin Site
[![Join the chat at https://app.gitter.im/#/room/#jenkins/docs:matrix.org](https://badges.gitter.im/jenkinsci/docs.svg)](https://gitter.im/jenkinsci/docs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![GitHub release](https://img.shields.io/github/release/jenkins-infra/plugin-site.svg?label=changelog)](https://github.com/jenkins-infra/plugin-site/releases/latest)
[![Docker Pulls](https://img.shields.io/docker/pulls/jenkinsciinfra/plugin-site?label=jenkinsciinfra%2Fplugin-site&logo=docker&logoColor=white)](https://hub.docker.com/r/jenkinsciinfra/plugin-site)This is the frontend application driven by data from the Jenkins Update Center.
## Architecture
The application is developed using [React](https://facebook.github.io/react/), [gatsby](https://www.gatsbyjs.org/), and [Webpack](https://webpack.github.io/).
Production deployments are static html and css files, while development is run through the gatsby development server.
We welcome any enhancements and bugfixes, please see our [guidelines](CONTRIBUTING.md) on how you can
[contribute](CONTRIBUTING.md).