App_lego

screenshot of App_lego

A collection of Rails templates I use for projects

Overview

App LEGO is a collection of modularized Rails application templates that allow for easy app generation. These templates provide a modular structure and use git for version control. Users can customize their app generation process by providing options and modules through the LEGOS environment variable.

Features

  • Modular structure: App LEGO templates are designed to be modular, allowing users to easily add or remove functionality.
  • Git integration: Each module in the template creates a separate git commit, providing clean and organized version control.
  • Customization options: The LEGOS environment variable allows users to pass in options and modules to the app generator without the need for manual input.

Summary

App LEGO is a collection of modularized Rails application templates that provide a convenient way to generate customized Rails apps. With features like a modular structure, git integration, and customization options, App LEGO offers flexibility and ease of use in app development.