Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
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. | npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day. |
Supports Android, iOS, Cordova & Ionic apps;Free for up to 2 public or private repositories;Android- Gradle projects, iOS- Xcode build system and Facebook xctool, with full CocoaPods & Carthage integration.;Automated builds for every commit;Automated unit and UI tests;Version history & binary hosting;TestFlight & HockeyApp (and others) integration for build distribution;Support for feature branches and pull requests | - |
Statistics | |
GitHub Stars - | GitHub Stars 17.6K |
GitHub Forks - | GitHub Forks 3.0K |
Stacks 71 | Stacks 137.4K |
Followers 76 | Followers 82.2K |
Votes 34 | Votes 1.6K |
Pros & Cons | |
Pros
| Pros
Cons
|
Integrations | |
| No integrations available | |

RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API. Using a modular script loader like RequireJS will improve the speed and quality of your code.

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

Yarn caches every package it downloads so it never needs to again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.

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.

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.

Component's philosophy is the UNIX philosophy of the web - to create a platform for small, reusable components that consist of JS, CSS, HTML, images, fonts, etc. With its well-defined specs, using Component means not worrying about most frontend problems such as package management, publishing components to a registry, or creating a custom build process for every single app.

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.

A simple, zero-config-required local private npm registry. Comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way.

It is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.