# jenkins-plugins-word-cloud **Repository Path**: donhui/jenkins-plugins-word-cloud ## Basic Information - **Project Name**: jenkins-plugins-word-cloud - **Description**: 生成 Jenkins 插件词云 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-06-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`.