use
Learn how to apply a template to your project.
This command applies a template to your project. Templates define a reusable project configuration that can be shared and applied across projects.
You can create templates using the create template command.
Usage
This command has the following syntax:
croct use <template>Example
Apply a template from a local file:
npm
npx croct@latest use template.json5Arguments
- templatestring
The path to the template file.
Options
This command only accepts global options.