fluent_init
Initialize a new ServiceNow project using the fluent/now-sdk. Runs npx @servicenow/sdk init to scaffold the development environment.
Instructions
Initialize a new ServiceNow fluent/now-sdk project. Runs npx @servicenow/sdk init. REQUIRES FLUENT_ENABLED=true and WRITE_ENABLED=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| template | No | Project template (optional) | |
| directory | No | Target directory (optional, defaults to cwd) |