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

https://github.com/axetroy/ts-gmscript-boilerplate

Typescript lib boilerplate for building GM script
https://github.com/axetroy/ts-gmscript-boilerplate

script typescript

Last synced: 10 months ago
JSON representation

Typescript lib boilerplate for building GM script

Awesome Lists containing this project

README

          

### ts-gmscript-boilerplate
[![Build Status](https://travis-ci.org/axetroy/ts-gmscript-boilerplate.svg?branch=master)](https://travis-ci.org/axetroy/ts-gmscript-boilerplate)
[![npm version](https://badge.fury.io/js/ts-gmscript-boilerplate.svg)](https://badge.fury.io/js/ts-gmscript-boilerplate)
![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脚本的模板

### 反馈地址

- https://github.com/axetroy/ts-gmscript-boilerplate/issues
- https://github.com/axetroy/ts-gmscript-boilerplate/issues
- https://github.com/axetroy/ts-gmscript-boilerplate/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/ts-gmscript-boilerplate/raw/gh-pages/ts-gmscript-boilerplate.min.user.js)

[点击从GreasyFork安装](https://greasyfork.org/scripts/11915-ts-gmscript-boilerplate-typescript/code/ts-gmscript-boilerplate%20(typescript).user.js)

### 支持的站点

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

### 贡献代码

```bash
git clone https://github.com/axetroy/ts-gmscript-boilerplate.git

cd ./ts-gmscript-boilerplate

npm install
npm run start
```

## 开源许可

The [MIT License](https://github.com/axetroy/ts-gmscript-boilerplate/blob/master/LICENSE)