integrate-croct

Learn how to set up Croct in a project.

This action initializes the Croct SDK in the project, equivalent to the croct init command.

Example

The following template initializes the SDK in the project:

template.json5
{  "$schema": "https://schema.croct.com/json/v1/template.json",  "title": "SDK setup",  "description": "Integrates the Croct SDK.",  "actions": [    {      "name": "integrate-croct"    }  ]}

To apply this template, run:

npx croct@latest use template.json5

Properties

These are the supported properties:

name
string

The action identifier. Always integrate-croct for this action.