glimr/make


Make Commands

Laravel-style CLI commands for generating boilerplate code. Provides commands to scaffold controllers, middleware, form requests, and validation rules. Automatically creates nested directories if they don’t exist.

Values

pub fn main() -> Nil

Main Entry Point

The main entry point for the Glimr make command system. Parses command-line arguments and delegates to the appropriate generator function. Use via the ./glimr wrapper script for a Laravel-style CLI experience.

Search Document