RepoPilot

wequick/Small

A small framework to split app into small parts

Mixed

Stale — last commit 3y ago

MixedDependency

last commit was 3y ago; top contributor handles 95% of recent commits…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 3y ago; dependency CVE scan unavailable

  • Stale — last commit 3y ago
  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 95% of recent commits
  • 3 active contributors
  • Apache-2.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Mixed to Healthy if: 1 commit in the last 365 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: wequick/Small

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T23:03:34.174Z · commit efac42e8c6ed

Verdict

Mixed — Stale — last commit 3y ago

  • 3 active contributors
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Small is a lightweight cross-platform plugin/modularization framework for Android (API 9+) and iOS (7.0+) that splits monolithic apps into independently-buildable bundle modules. It provides Gradle-based build orchestration (via custom plugins in buildSrc/) and runtime dynamic loading capabilities, allowing teams to develop and test feature bundles in isolation while composing them into a single APK/IPA. Monorepo with three platform verticals: Android/ contains the primary implementation split into DevSample (example app), buildSrc/ (custom Gradle plugins for bundle compilation), and iOS/ for Apple support. The Gradle plugin system (BasePlugin →…

Start here

Open these first:

  • Android/DevSample/buildSrc/src/main/groovy/net/wequick/gradle/RootPlugin.groovy — Entry point for the Small gradle plugin system that orchestrates all module builds and bundle assembly
  • Android/DevSample/buildSrc/src/main/groovy/net/wequick/gradle/BundlePlugin.groovy — Core plugin that transforms individual modules into Small bundles with resource splitting and manifest rewriting
  • Android/DevSample/buildSrc/src/main/groovy/net/wequick/gradle/aapt/ArscEditor.groovy — Modifies compiled Android resource tables to enable resource namespace splitting between bundles
  • Android/DevSample/buildSrc/src/main/groovy/net/wequick/gradle/aapt/AXmlEditor.groovy — Edits binary AndroidManifest.xml files to isolate component declarations per bundle
  • Android/DevSample/buildSrc/src/main/groovy/net/wequick/gradle/BasePlugin.groovy — Abstract base plugin containing shared build configuration and lifecycle hooks for all Small plugin types

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and explore the Android sample:

git clone https://github.com/wequick/Small.git
cd Small/Android/DevSample
./gradlew build  # Requires Gradle 2.3.0+ compatibility (may need wrapper update)

For iOS: cd Small/iOS && pod install (if Podfile exists; not visible in file list).

Daily commands:

For Android DevSample:

cd Android/DevSample
./gradlew assemble        # Build all modules
./gradlew small:build     # Build only the 'small' plugin
./gradlew assembleDebug   # Create debug APK with bundles-as-assets

CI runs via .travis.yml (see TravisCI config). Note: Gradle wrapper compatibility may require update to modern versions.

Key cautions & unknowns

  • Stale — last commit 3y ago
  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 95% of recent commits
  • Gradle version constraint: buildSrc assumes Gradle 2.3.0 (classpath 'com.android.tools.build:gradle:2.3.0'); Android plugin now requires Gradle 4.1+. Resource collision gotcha: strictSplitResources = false in…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/wequick/small?axis=fork)](https://repopilot.app/r/wequick/small)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/wequick/small on X, Slack, or LinkedIn.

Ask AI about wequick/small

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/wequick/small"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>