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

https://github.com/axetroy/gm-auto-topic

GM脚本,用于给github项目添加topic,根据项目的package.json文件的keywords字段
https://github.com/axetroy/gm-auto-topic

github topic typescript

Last synced: about 2 months ago
JSON representation

GM脚本,用于给github项目添加topic,根据项目的package.json文件的keywords字段

Awesome Lists containing this project

README

          

### gm-auto-topic
[![Build Status](https://travis-ci.org/axetroy/gm-auto-topic.svg?branch=master)](https://travis-ci.org/axetroy/gm-auto-topic)
[![npm version](https://badge.fury.io/js/gm-auto-topic.svg)](https://badge.fury.io/js/gm-auto-topic)
[![Greenkeeper badge](https://badges.greenkeeper.io/axetroy/gm-auto-topic.svg)](https://greenkeeper.io/)
![Node](https://img.shields.io/badge/node-%3E=6.0-blue.svg?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-green.svg)

GM脚本,用于给github项目添加topic,根据项目的package.json文件的keywords字段

### 反馈地址

- https://github.com/axetroy/gm-auto-topic/issues
- https://github.com/axetroy/gm-auto-topic/issues
- https://github.com/axetroy/gm-auto-topic/issues

### 如果这能够帮助到你, 不妨点个start, 你的支持就是我更新的动力

### 使用

1. 安装扩展

安装前确保你的浏览器已安装如下扩展

浏览器 | 支持扩展
------------ | -------------
Chrome | **Tampermonkey** or **Violent monkey**
Firefox | **Greasemonkey** or **Tampermonkey**
Safari | **Tampermonkey**
Microsoft Edge | **Tampermonkey**
Opera | **Tampermonkey**
Maxthon | **Violentmonkey**
Dolphin | **Tampermonkey**
UC | **Tampermonkey**
Qupzilla | 不需要额外软件

2. 安装脚本

[点击从Github安装](https://github.com/axetroy/gm-auto-topic/raw/gh-pages/index.user.js)

[点击从GreasyFork安装](https://greasyfork.org/scripts/31470-gm-autotopic-typescript/code/gm-autotopic%20(typescript).user.js)

### 支持的站点

```javascript
// @include *
```

### 贡献代码

```bash
git clone https://github.com/axetroy/gm-auto-topic.git

cd ./gm-auto-topic

npm install
npm run start
```

### 贡献者

| [
Axetroy](http://axetroy.github.io)
[💻](https://github.com/axetroyts-gmscript-boilerplate/gm-auto-topic/commits?author=axetroy) [🐛](https://github.com/axetroyts-gmscript-boilerplate/gm-auto-topic/issues?q=author%3Aaxetroy) 🎨 |
| :---: |

## 开源许可

The [MIT License](https://github.com/axetroy/gm-auto-topic/blob/master/LICENSE)