Sha256: d73a941b0adaf9263dfccf05103a6e7f608e0d1ecabaa21aab3a6f5e9480f8cf

Contents?: true

Size: 882 Bytes

Versions: 1

Compression:

Stored size: 882 Bytes

Contents

# BundleGem: a gem project genorator with user defined templates

I've more or less taken the code out of Bundler's `bundle gem` command, expanded on it and made it available as this repos.

### Installation and usage

First install it:
```
gem install bundlegem
```

Then create a new project structure:
```
$  bundlegem template new
Specify a name for your gem template:  my_service
Cloning base project structure into ~/.bundlegem/templates/my_service
...
Complete!
```

You'll now find a project skeleton in ~/.bundlegem/templates/my_service that you can customize to your liking.  


Finally, create a new gem using your new gem template:
```
$  cd /tmp
$  bundlegem project_name -t my_service
```

### Contributing

Please feel free to speak up using the issue section if there's anything on your mind :)  
Do the usual fork routine and issue a pull request by all means.  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bundlegem-0.0.1 README.md