Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Jetpack wraps webpack to create a smoother developer experience. Jetpack can be used instead of webpack, webpack-cli, webpack-dev-server and webpack-dev-middleware without writing any configuration. Jetpack is a thin wrapper around webpack, and can be extended with any of the webpack configuration. | It is a platform as a service for continuous mobile app delivery and beta testing. Easy distribute your iOS and Android beta apps to your product managers, testers or designers within your organization and get as early as possible feedback to your beta app. Remove bugs and improve your product to get the highest quality. Continuous enterprise mobile app delivery and bug reporting have never been easier! |
| - | Easy beta and enterprise app distribution; Integrates seamlessly with Fastlane, Gradle and Teamcity; Get updates right to your inbox or even via Slack; Public Link: Share the link to anyone allowing them to discover the beta version of your app; Continuous integration and deployment |
Statistics | |
GitHub Stars 1.3K | GitHub Stars - |
GitHub Forks 29 | GitHub Forks - |
Stacks 79 | Stacks 2 |
Followers 43 | Followers 3 |
Votes 0 | Votes 0 |
Integrations | |

Build system automating tasks: minification and copying of all JavaScript files, static images. More capable of watching files to automatically rerun the task when a file changes.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.

With TestFlight, developers simply upload a build, and the testers can install it directly from their device, over the air.

Brunch is an assembler for HTML5 applications. It's agnostic to frameworks, libraries, programming, stylesheet & templating languages and backend technology.

HockeyApp is the best way to collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage.

When testing apps in the crowd, you never know what exactly was done, and what went wrong on the client side. TestFairy shows you a video of the exact test that was done, including CPU, memory, GPS, network and a lot more.

A streamlined solution for distributing apps that gives you a single, cross-platform toolset for iOS and Android, and a delightful, effortless onboarding for your testers.

Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.

It is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD.