Skip to content

kumiko add

Terminal window
kumiko add feature <kebab-name>

Scaffolds src/features/<name>/ inside the current app and auto-mounts the feature in src/run-config.ts via ts-morph — no hand-editing the import list.

CommandScopeOutput
kumiko new appNew productFull app workspace
kumiko add featureExisting appsrc/features/<name>/ + run-config mount
kumiko createFramework reposamples/recipes/<name>/
Terminal window
cd my-shop
kumiko add feature product-catalog
# → src/features/product-catalog/
# → auto-mounted in src/run-config.ts
# edit src/features/product-catalog/feature.ts
kumiko codegen
kumiko test

If src/run-config.ts is missing, the feature files are still created but you must mount the import manually.