NAME
App::GHGen::Detector - Detect project type from repository contents
SYNOPSIS
use App::GHGen::Detector qw(detect_project_type);
my $type = detect_project_type();
# Returns: 'perl', 'node', 'python', etc.
FUNCTIONS
detect_project_type()
Detect the project type by examining files in the current directory. Returns the detected type string or undef if unable to detect.
get_project_indicators($type)
Get a list of indicators (files/patterns) that suggest a project type.
AUTHOR
Nigel Horne <njh@nigelhorne.com>
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.