@re-shell/cli
Version:
Full-stack development platform uniting microservices and microfrontends. Build complete applications with .NET (ASP.NET Core Web API, Minimal API), Java (Spring Boot, Quarkus, Micronaut, Vert.x), Rust (Actix-Web, Warp, Rocket, Axum), Python (FastAPI, Dja
38 lines (37 loc) • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.perlDancer2Template = void 0;
exports.perlDancer2Template = {
id: 'perl-dancer2',
name: 'Perl Dancer2',
displayName: 'Dancer2',
description: 'Lightweight web framework for Perl',
framework: 'dancer2',
language: 'perl',
version: '1.0.0',
author: 'Re-Shell Team',
icon: '💃',
type: 'web-framework',
complexity: 'beginner',
keywords: ['perl', 'dancer2', 'lightweight', 'routing', 'middleware', 'plugins'],
features: [
'Lightweight web framework',
'Modern routing system',
'Middleware support',
'Plugin ecosystem',
'Template integration',
'Session management',
'Database integration',
'JSON API support',
'Static file serving',
'Error handling',
'Configuration management',
'Testing framework',
'Deployment ready'
],
dependencies: {
'Dancer2': '^1.0.0'
},
tags: ['perl', 'dancer2', 'web', 'lightweight'],
files: {}
};