AlessioGr / create-payload-app

CLI for creating a new Payload project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Payload App

CLI for easily starting new Payload project

Usage


  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

For development

You can run this in development using npx ts-node src/index.ts

About

CLI for creating a new Payload project


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%