Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt

Use this file to discover all available pages before exploring further.

Generators

Generators live in tools/generators and are published locally as @amisi/generators.

Available generators

feature

bun run nx g @amisi/generators:feature <name> [--tags=...]
Creates a new Nx library under packages/<name> with import path @amisi/<name>.

adapter

bun run nx g @amisi/generators:adapter <package> <name>
Creates packages/<package>/src/adapters/<name>.ts and exports it from the package.

screen

bun run nx g @amisi/generators:screen <package> <ScreenName> [route]
  • Creates screen implementation in packages/<package>/src/screens/<screen>.tsx
  • Creates route-only file in apps/mobile/src/app/<route>.tsx that re-exports the screen