Sha256: 2daf9155d335f840689eeda7879584d3bec249ebb8ab5c189f6dcf25c16288ee

Contents?: true

Size: 668 Bytes

Versions: 2

Compression:

Stored size: 668 Bytes

Contents

# GenGen

A simple generator using github repository.

## Installation

    $ gem install gengen

## Usage

From github:

    gengen user/template [dirctory] [foo=bar ...]

↓

    gengen jugyo/sublime-plugin RubyUtils name=RubyUtils command=test

From local git repository:

    gengen --local(-l) git_repository_path [dirctory] [foo=bar ...]

↓

    gengen -l /path/to/sublime-plugin RubyUtils name=RubyUtils command=test

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gengen-1.0.1 README.md
gengen-1.0.0 README.md