Introduction

This is a simple scaffolding generator. A Copy-Paste tool with some extra features like variable injection, and it intends on remaining like this.

Getting started

gem install dumb_generator

Setup

Go to your project forder and run

dgen init
dgen template:default class_name:MyClass file_name:my_file

This will generate the default example scaffold, 2 text files in different directories.