module FilesToPrompt

Defined in:

concurrent_file_finder.cr
concurrent_processor.cr
config.cr
files-to-prompt.cr
logging.cr

Constant Summary

EXT_TO_LANG = {"py" => "python", "c" => "c", "cpp" => "cpp", "java" => "java", "js" => "javascript", "ts" => "typescript", "html" => "html", "css" => "css", "xml" => "xml", "json" => "json", "yaml" => "yaml", "yml" => "yaml", "sh" => "bash", "rb" => "ruby"}
Log = ::Log.for("FilesToPrompt")

Configure Crystal's standard Log module for the application

VERSION = "0.1.0"