Overview
A single-step project is a built-in project that runs a single command in a single recipe. Note that single-step projects are actually implemented via the same project type as multi-step projects. The only difference is the add project wizard has special handling to make it easy to configure single-step projects, as they are a common case.
Configuration
To configure a single-step project, start the add project wizard from a template project's hierarchy view. Choose "single-step project" as your project type. This will enable the choice of a command type. The final wizard step allows you to fill in the command details. Upon completion, the wizard will create a built-in project for you that contains a single recipe containing the single command you configured.
Further Details
For more details about the configuration of single-step projects, refer to the Built-In Projects page.