https://github.com/savagecore/twerk-it
Still working on this but you can build yourself and it works. Automated builds/releases will come once first tag is published. CTRL+Numpad1 to twerk CTRL+NumpadDecimal to stop. Got bored of my AHK script, decided to see how robotjs does.
https://github.com/savagecore/twerk-it
Last synced: 8 months ago
JSON representation
Still working on this but you can build yourself and it works. Automated builds/releases will come once first tag is published. CTRL+Numpad1 to twerk CTRL+NumpadDecimal to stop. Got bored of my AHK script, decided to see how robotjs does.
- Host: GitHub
- URL: https://github.com/savagecore/twerk-it
- Owner: SavageCore
- License: mit
- Created: 2020-09-05T02:21:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T03:18:11.000Z (almost 6 years ago)
- Last Synced: 2025-09-20T01:05:31.390Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 501 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# TwerkIT
> Spam Shift key aka twerk for modded Minecraft such as Sky Factory 4
[](https://travis-ci.com/SavageCore/twerk-it)
## Features
- Personalise keybinds
- Launch on boot
- Auto updates
# TwerkIT
> The best app ever
## Install
*macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).*
**macOS**
[**Download**](https://github.com/user/repo/releases/latest) the `.dmg` file.
**Linux**
[**Download**](https://github.com/user/repo/releases/latest) the `.AppImage` or `.deb` file.
*The AppImage needs to be [made executable](http://discourse.appimage.org/t/how-to-make-an-appimage-executable/80) after download.*
**Windows**
[**Download**](https://github.com/user/repo/releases/latest) the `.exe` file.
---
## Dev
Built with [Electron](https://electronjs.org).
### Run
```
$ npm install
$ npm start
```
### Publish
```
$ npm run release
```