UNPKG

@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

42 lines (41 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.perlCatalystTemplate = void 0; exports.perlCatalystTemplate = { id: 'perl-catalyst', name: 'Perl Catalyst', displayName: 'Catalyst', description: 'Enterprise MVC framework for Perl', framework: 'catalyst', language: 'perl', version: '5.90130', author: 'Re-Shell Team', icon: '🏭', type: 'mvc-framework', complexity: 'advanced', keywords: ['perl', 'catalyst', 'mvc', 'enterprise', 'scalable', 'plugins'], features: [ 'MVC architecture', 'Comprehensive plugin system', 'Enterprise-grade features', 'DBIx::Class ORM integration', 'Authentication system', 'Authorization framework', 'Template toolkit', 'Session management', 'Form handling', 'Email integration', 'REST API support', 'Testing framework', 'Deployment tools', 'Performance optimization', 'Security features', 'Configuration management' ], dependencies: { 'Catalyst': '^5.90130', 'DBIx::Class': '^0.082842' }, tags: ['perl', 'catalyst', 'mvc', 'web'], files: {} };