The usage of clack's `note` on the success message (contains long urls) would often wrap on terminals that did not have a very wide window and/or do not support [terminal hyperlinks](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) This swaps the usage of `note` for more plain log output that does not have an outline and eliminates the possibility for this issue. Before: <img width="726" alt="CleanShot 2024-12-29 at 02 54 18" src="https://github.com/user-attachments/assets/4fcb028c-58f0-4102-9268-53aca8124111" /> After: <img width="716" alt="CleanShot 2024-12-29 at 02 54 39" src="https://github.com/user-attachments/assets/30615fa8-5f2c-43f5-a6a5-9f0b9cc415fb" />
Create Payload App
CLI for easily starting new Payload project
Usage
USAGE
$ npx create-payload-app
$ npx create-payload-app my-project
$ npx create-payload-app -n my-project -t website
OPTIONS
-n my-payload-app Set project name
-t template_name Choose specific template
Available templates:
blank Blank Template
website Website Template
ecommerce E-commerce Template
plugin Template for creating a Payload plugin
payload-demo Payload demo site at https://demo.payloadcms.com
payload-website Payload website CMS at https://payloadcms.com
--use-npm Use npm to install dependencies
--use-yarn Use yarn to install dependencies
--use-pnpm Use pnpm to install dependencies
--no-deps Do not install any dependencies
-h Show help