All Projects → itchio → Butler

itchio / Butler

Licence: mit
🎩 Command-line itch.io helper

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Butler

Rsync Deployments
GitHub Action for deploying code via rsync over ssh
Stars: ✭ 59 (-86.37%)
Mutual labels:  rsync, deployment
Rsync
In the process of being transitioned to a node.js action.
Stars: ✭ 53 (-87.76%)
Mutual labels:  rsync, deployment
Socket.io Unity
socket.io client for Unity, power game client with node.js back-end
Stars: ✭ 396 (-8.55%)
Mutual labels:  game-development
Rizz
Small C game development framework
Stars: ✭ 428 (-1.15%)
Mutual labels:  game-development
Etengine
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
Stars: ✭ 408 (-5.77%)
Mutual labels:  game-development
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (-8.78%)
Mutual labels:  deployment
React Native Game Engine Handbook
A React Native app showcasing some examples using react-native-game-engine 🐒✨
Stars: ✭ 416 (-3.93%)
Mutual labels:  game-development
Game
⚔️ An online JavaScript 2D Medieval RPG.
Stars: ✭ 388 (-10.39%)
Mutual labels:  game-development
Xbox Atg Samples
Game development samples published by the Xbox Advanced Technology Group using the Xbox One XDK and for the Universal Windows Platform (UWP).
Stars: ✭ 430 (-0.69%)
Mutual labels:  game-development
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (-7.62%)
Mutual labels:  game-development
Fabric Bolt
Fabric deployments via a web interface
Stars: ✭ 419 (-3.23%)
Mutual labels:  deployment
Elasticsearch
This repository has been archived.
Stars: ✭ 405 (-6.47%)
Mutual labels:  deployment
Carp
Carp is a programming language designed to work well for interactive and performance sensitive use cases like games, sound synthesis and visualizations.
Stars: ✭ 4,389 (+913.63%)
Mutual labels:  game-development
Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (-3.7%)
Mutual labels:  game-development
Bootleg
Simple deployment and server automation for Elixir.
Stars: ✭ 395 (-8.78%)
Mutual labels:  deployment
Rultor
DevOps Team Assistant
Stars: ✭ 428 (-1.15%)
Mutual labels:  deployment
Jruby Rack
Rack for JRuby and Java appservers
Stars: ✭ 393 (-9.24%)
Mutual labels:  deployment
Taskscheduler
Cross-platform, fiber-based, multi-threaded task scheduler designed for video games.
Stars: ✭ 402 (-7.16%)
Mutual labels:  game-development
Planck.js
2D JavaScript Physics Engine
Stars: ✭ 4,149 (+858.2%)
Mutual labels:  game-development
Websync
websync is intended to be an rsync manager, where rsync tasks can be added, scheduled and maintained in a sane manner.
Stars: ✭ 432 (-0.23%)
Mutual labels:  rsync

butler

Build Status codecov Go Report Card MIT licensed

butler is the itch.io command-line tools - all by itself.

It is used by:

  • Content creators on itch.io to push builds quickly & reliably
  • the itch app for some network, filesystem and patching operations

Documentation

Documentation for butler is available as a Gitbook:

Questions about butler are welcome on its Issue tracker, or, if the matter is private, itch.io support.

Integrations

The following projects integrate butler as part of their workflow:

  • itchy-electron lets you package your Electron games for itch.io and upload them there
  • gradle-butler-plugin is a Gradle plugin for automatically installing, updating, and running butler as part of your build.

Authors

butler was mostly written by Amos Wenger, but wouldn't have been possible without the work of many before him.

Amos would like to thank in particular Leaf Corcoran, Jesús Higueras and Tomáš Duda.

License

butler is released under the MIT License. See the LICENSE file for details.

Additional licenses

While butler built from source is fully MIT-licensed, some components it can use at runtime (if present) have other licenses:

  • The 7-zip decompression engine (the github.com/itchio/boar/szextractor package) opens dynamic libraries for libc7zip, and 7-zip, which have components licensed under the LGPL 2.1 license and the MPL 2.0 license, along with specific terms for the RAR extraction code.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].