Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donhui/jenkins-plugins-word-cloud
Generate word cloud for jenkins plugins
https://github.com/donhui/jenkins-plugins-word-cloud
jenkins jenkins-plugin word-cloud wordcloud
Last synced: 18 days ago
JSON representation
Generate word cloud for jenkins plugins
- Host: GitHub
- URL: https://github.com/donhui/jenkins-plugins-word-cloud
- Owner: donhui
- Created: 2020-06-18T02:22:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T02:24:02.000Z (over 4 years ago)
- Last Synced: 2024-11-17T02:33:53.264Z (3 months ago)
- Topics: jenkins, jenkins-plugin, word-cloud, wordcloud
- Language: Python
- Size: 5.41 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins Plugins Word Cloud
Generate word cloud for jenkins plugins.# Word Cloud Preview
![jenkins-logo-word-cloud.png](word-cloud-img/jenkins-logo-word-cloud.png)
![kongfu-word-cloud](word-cloud-img/kongfu-word-cloud.png)
# Usage
## Step1. download update-center.json
The `update-center.json` can be downloaded from [update-center.json](https://updates.jenkins-ci.org/current/update-center.json).
## Step2. install python modules
Install python modules with pip: `pip install -r requirments.txt`.
## Step3. generate jenkins-plugins.txt
Execute the `generate-jenkins-plugins-txt.py` script to generate `jenkins-plugins.txt`.
## Step4. generate word-cloud.png
Execute the `genarate-word-cloud.py` script to generate `word-cloud.png`.