Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 962 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 962 Bytes

gemplate

Gem Version Build Status Coverage Status Code Quality MIT Licensed

Bootstrap tool for making new gems.

Usage

Pretty simple: just run gemplate from the directory where you want your gem's repository to be created, and give it a name:

cd place/where/i/keep/my/code/
gemplate my_gem

Installation

gem install gemplate

License

gemplate is released under the MIT License. See the bundled LICENSE file for details.