awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ryanb avatar

ryanb/nifty-generatorsArchived

0
View on GitHub↗
1,968 stars·277 forks·Ruby·MIT·10 vues

Nifty Generators

Nifty Generators is a development productivity tool designed to standardize project architecture and accelerate the creation of common application features within Ruby on Rails environments. It functions as a library of command-line scripts that automate the bootstrapping of boilerplate code, configuration files, and standard controller logic for new web projects.

The tool distinguishes itself by providing automated scaffolding for core application components, including secure user authentication flows, base visual layouts, and application configuration settings. By adhering to convention-over-configuration patterns, it enables developers to rapidly generate data resources, including database models, controller logic, and timestamped migration scripts, through template-based code generation and file-system injection.

Features

  • Development Tools & Productivity - Provides a set of automation scripts that standardize project structure and accelerate the setup of common application features.
  • Application Scaffolding Tools - Provides a development utility for rapidly generating boilerplate code, configuration files, and standard controller logic.
  • Ruby on Rails Frameworks - Accelerates the creation of database models, controllers, and views within the Ruby on Rails ecosystem.
  • Rails Application Generators - Provides a collection of command-line scripts for scaffolding authentication, application layouts, and data resources.
  • Migration Generation - Constructs database schema files by translating resource definitions into timestamped migration scripts for automated database evolution.
  • Resource Scaffolding - Provides automated scaffolding for data resources, including controller logic, database models, and migration files.
  • Template-Based Code Generators - Uses embedded Ruby templates to dynamically inject boilerplate code into a project directory based on user-defined input parameters.
  • Authentication Systems - Automates the setup of secure user registration, login, and password reset flows for web applications.
  • Convention-Over-Configuration Frameworks - Automates the creation of standard application files by adhering to predefined framework directory structures and naming patterns.
  • Application Boilerplates - Establishes consistent project structures, environment configurations, and base layout templates for new codebases.
  • Authentication Scaffolding - Provides automated scaffolding for user registration, login, and password reset flows, including necessary controllers, models, and views.

Historique des stars

Graphique de l'historique des stars pour ryanb/nifty-generatorsGraphique de l'historique des stars pour ryanb/nifty-generators

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait ryanb/nifty-generators ?

Nifty Generators is a development productivity tool designed to standardize project architecture and accelerate the creation of common application features within Ruby on Rails environments. It functions as a library of command-line scripts that automate the bootstrapping of boilerplate code, configuration files, and standard controller logic for new web projects.

Quelles sont les fonctionnalités principales de ryanb/nifty-generators ?

Les fonctionnalités principales de ryanb/nifty-generators sont : Development Tools & Productivity, Application Scaffolding Tools, Ruby on Rails Frameworks, Rails Application Generators, Migration Generation, Resource Scaffolding, Template-Based Code Generators, Authentication Systems.

Quelles sont les alternatives open-source à ryanb/nifty-generators ?

Les alternatives open-source à ryanb/nifty-generators incluent : sahat/megaboilerplate — Megaboilerplate is a JavaScript application scaffolder and project generation tool. It provides a set of starter… loco-rs/loco — Loco is a full-stack web framework for Rust designed to accelerate application development using a… fatfreecrm/fat_free_crm — Fat Free CRM is an open-source customer relationship management platform built on the Ruby on Rails framework. It… rails-api/rails-api — This is a streamlined Ruby on Rails framework designed for building lightweight backend services and JSON endpoints.… hukl/smyck-color-scheme — Smyck is a visual configuration utility that provides a unified color palette for terminal emulators and text editors.… rust-lang/rust-analyzer — Rust-analyzer is a language server implementation that provides real-time code intelligence, static analysis, and…

Alternatives open source à Nifty Generators

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Nifty Generators.
  • sahat/megaboilerplateAvatar de sahat

    sahat/megaboilerplate

    3,802Voir sur GitHub↗

    Megaboilerplate is a JavaScript application scaffolder and project generation tool. It provides a set of starter templates and a command-line interface to bootstrap the directory structures and configuration files for various project architectures. The tool generates customized boilerplates for full-stack web applications, universal applications using server-side rendering, and cross-platform JavaScript libraries. It includes predefined templates for integrating third-party identity providers via OAuth and cloud-ready starters optimized for Git-based deployment workflows. The project covers

    CSS
    Voir sur GitHub↗3,802
  • loco-rs/locoAvatar de loco-rs

    loco-rs/loco

    8,645Voir sur GitHub↗

    Loco is a full-stack web framework for Rust designed to accelerate application development using a convention-over-configuration approach. It functions as an MVC web framework that provides a structured environment for building web applications and REST APIs. The project distinguishes itself through an integrated API development toolkit and a command-line scaffolding engine. These tools automate the creation of controllers, models, and migrations, allowing for the rapid generation of functional CRUD resources and application boilerplate. The framework covers a broad range of backend capabili

    Rustapiaxumrust
    Voir sur GitHub↗8,645
  • fatfreecrm/fat_free_crmAvatar de fatfreecrm

    fatfreecrm/fat_free_crm

    3,629Voir sur GitHub↗

    Fat Free CRM is an open-source customer relationship management platform built on the Ruby on Rails framework. It provides a centralized interface for managing sales pipelines, tracking leads, contacts, and business opportunities, and organizing organizational data through custom fields, tags, and team-based groupings. The platform is designed as a modular business application that supports extensibility through a plugin system and the ability to integrate as a Rails engine within existing projects. This architecture allows for dynamic schema extensions, enabling users to define custom data f

    Ruby
    Voir sur GitHub↗3,629
  • rails-api/rails-apiAvatar de rails-api

    rails-api/rails-api

    5,130Voir sur GitHub↗

    This is a streamlined Ruby on Rails framework designed for building lightweight backend services and JSON endpoints. It utilizes a model-view-controller architecture to separate data models and business logic from API responses, specifically omitting browser-centric views to reduce system overhead. The framework provides a system for rapidly generating models, controllers, and routes through JSON API scaffolding. It maps HTTP verbs to controllers to ensure consistent resource routing and data modeling for RESTful API backends. The project includes capabilities for HTTP request management, su

    Ruby
    Voir sur GitHub↗5,130
Voir les 30 alternatives à Nifty Generators→

Collections incluant Nifty Generators

Sélections manuelles où Nifty Generators apparaît.
  • Web application generators