# Create Payload App CLI for easily starting new Payload project ## Usage ```text USAGE $ npx create-payload-app OPTIONS --name my-payload-app Set project name --template template_name Choose specific template Available templates: blank, blog, todo --use-npm Use npm to install dependencies --no-deps Do not install any dependencies --help Show help ```