add
Add a new functionality to an existing project.
archibald add|a [options] <function>
Arguments
| Argument | Description |
|---|---|
function | Select the functionality that should be added to the project. Possible values:
|
expo options
| Option | Description |
|---|---|
-p, --platform [platform] | Specify a platform that should be added. |
-t, --template [template] | Specify a template that should be added. Possible values:
|
react-native options
| Option | Description |
|---|---|
-p, --platform [platform] | Specify a platform that should be added. |
-t, --template [template] | Specify a template that should be added. Possible values:
|
capacitor options
| Option | Description |
|---|---|
-p, --platforms [platforms] | Specify a platform that should be added. Required when capacitor was selected for function argument. Multiple values possible:
|
maestro options
| Option | Description |
|---|---|
-p, --template [template] | Specify the template to scaffold from. Possible values:
|
See End-to-end testing → Maestro for the full workflow.
vercel options
| Option | Description |
|---|---|
-r, --runtime | Specify the Node.js runtime the Vercel Function should use. Default: nodejs22.x. |
-sb, --storybook | Also enable a static Storybook Vercel deployment (sets cli/storybook/vercel/active). Default: false. See Vercel integration. |
swagger options
| Option | Description |
|---|---|
-e, --endpoint | Specify if you would like to use a swagger endpoint file. Default: false. |
platform options
| Option | Description |
|---|---|
-p, --platform | Specify a platform that should be added. |
General options
| Option | Description |
|---|---|
-i, --install | Install dependencies. Default: true . |
-q, --quiet | Don't use interactive cli and run the command with default options. Default: false. |
-h, --help | Show help commands. |