2.1.0 • Published 1 year ago

create-copilot-app v2.1.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Copilot custom app starter kit

This is a starter kit for Copilot custom apps. It contains a simple app that includes:

  • Linting setup with prettier, eslint and husky
  • GitHub actions for linting
  • A basic health check API
  • Prisma ORM support
  • Tailwind config based on Copilot theme
  • Zod setup for validation
  • Copilot SDK setup
  • DB client set up
  • Pull request template
  • MUI setup that includes ThemeRegistry, theme config and its type definitions
  • Dockerized PostgreSQL
  • Setup Jest for testing

Installation

npx create-copilot-app app-name