24 lines
549 B
Markdown
24 lines
549 B
Markdown
# 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: js-blank, js-blog, js-todo, ts-blank, ts-blog, ts-todo
|
|
|
|
--use-npm Use npm to install dependencies
|
|
--no-deps Do not install any dependencies
|
|
--help Show help
|
|
```
|