Sha256: 6b3d81e7a278ac6d279dcb746f9ec2af439d6659c3e0f6bab67c14c16560bc5a
Contents?: true
Size: 800 Bytes
Versions: 2
Compression:
Stored size: 800 Bytes
Contents
Introduction ============ **rgentpl** is a Ruby library to generate a custom skeleton app. Directories =========== bin/ rgentpl config/ environments/ initializers/ coverage/ doc/ api/ lib/ rgentpl/ boot/ command/ core/ core_ext/ exceptions/ log/ development.log test.log production.log spec/ tasks/ tmp/ Installation ============ As a command line application: $ git clone https://github.com/jatap/rgentpl.git As a library/gem: // Install on current gemset $ gem install 'rgentpl' // Or inside a Gemfile gem 'rgentpl' $ bundle install Usage ===== As a command line application: $ rgentpl As a library: require 'rgentpl'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rgentpl-1.0.2 | README.md |
rgentpl-1.0.1 | README.md |