Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
pre-commit checks your code for errors before you commit it. pre-commit is configurable. | fastlane lets you define and run your deployment pipelines for different environments. It helps you unify your app’s release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like CocoaPods. |
debugger: make sure you don't commit a debugger statement;tabs: make sure your code uses leading spaces instead of tabs;whitespace: make sure you don't commit trailing whitespace;jslint: syntax check your javascript before you commit it;ci: run a quick test suite before you commit | Connect all build tools together;Define multiple lanes for different needs;Jenkins Integration;Extend by adding your own build steps;Deploy from any computer;Release new app updates with the push of a button |
Statistics | |
GitHub Stars 802 | GitHub Stars 40.6K |
GitHub Forks 95 | GitHub Forks 6.0K |
Stacks 1.4K | Stacks 716 |
Followers 43 | Followers 437 |
Votes 0 | Votes 74 |
Pros & Cons | |
No community feedback yet | Pros
|
Integrations | |
| No integrations available | |

It is a Continous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android). You can automate the testing and deployment of your apps with just a few clicks. When you trigger a build a Virtual Machine is assigned to host your build and your defined Workflow (series of Steps scripts) will be executed, step by step.

Buddybuild ties together continuous integration, continuous delivery and an iterative feedback solution into a single, seamless platform.

Greenhouse automatically builds your project for every commit you make and runs all your unit or UI tests on the emulator/simulator or on real hardware. Automatic build distribution is also supported so that your team and clients are always up to date with the latest state of your apps.

Codemagic is the developer's favourite CI/CD tool for mobile app projects. Build your Android, iOS, React Native, Ionic, Unity and Flutter projects on Codemagic.

diff-so-fancy builds on the good-lookin' output of git contrib's diff-highlight to upgrade your diffs' appearances.

It is a Git revision control client, implemented as a Windows shell extension and based on TortoiseSVN. It is free software released under the GNU General Public License.

It is a blazing fast terminal-UI for git written in Rust. You can inspect, commit, and amend changes. It has context-based help (no need to memorize tons of hot-keys).

If one of your developers doesn’t have node installed but modifies a JavaScript file, pre-commit automatically handles downloading and building node to run jshint without root. Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access.

Clean and intuitive UI that makes it easy to understand git.

Simple terminal based sequence editor for git interactive rebase. Written in Node.js, published to npm, uses terminal-kit.