Registry / build-tool / rubigen

rubigen

JSON →
library1.5.8rbrubygemsunverified

Ruby Generator Framework for creating project templates and code generators.

gem install rubigen
INSTALL
IMPORT
SIG · RUBIGEN
R
rubigen
build-toolrubyv1.5.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RubiGen
require 'rubigen'

Define a basic generator using RubiGen.

require 'rubigen' # Create a simple generator class MyGenerator < RubiGen::Base def manifest record do |m| m.directory 'lib' m.file 'template.rb', 'lib/my_file.rb' end end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
rubigen — gem install rubigen · libregistry