UNPKG

@liara/cli

Version:

The command line interface for Liara

2 lines (1 loc) 214 B
export default function detectPlatform(projectPath: string): "node" | "laravel" | "php" | "python" | "django" | "flask" | "dotnet" | "react" | "angular" | "vue" | "static" | "docker" | "next" | "go" | "wordpress";