dev-workflow

Installation
SKILL.md

Development workflow – contentstack-android

When to use

  • Running local builds/tests before a PR
  • Aligning with GitHub Actions (branch checks, SCA, publish)

Instructions

Project shape

  • Root project contentstack-android includes module :contentstack (settings.gradle).

Commands

  • From repo root: ./gradlew :contentstack:testDebugUnitTest for JVM unit tests on the library.
  • Use ./gradlew clean when switching branches or after AGP/cache issues.

CI

Installs
1
GitHub Stars
4
First Seen
9 days ago
dev-workflow — contentstack/contentstack-android