https://github.com/halostatue/hoe-templates
https://github.com/halostatue/hoe-templates
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halostatue/hoe-templates
- Owner: halostatue
- License: other
- Created: 2014-12-01T05:15:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T17:26:20.000Z (about 3 years ago)
- Last Synced: 2025-03-16T14:54:17.158Z (9 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.rdoc
- Contributing: Contributing.rdoc
Awesome Lists containing this project
README
= hoe-templates
home :: https://github.com/halostatue/hoe-templates/
code :: https://github.com/halostatue/hoe-templates/
bugs :: https://github.com/halostatue/hoe-templates/issues
== Description
hoe-templates is a new type of {Hoe}[https://github.com/seattlerb/hoe] plug-in,
providing new templates to the `sow` binary to use for generating new Gem
projects. It only works with Hoe version X or later.
== Features/Problems
Provides two templates:
* Template `minitest-travis`: minitest with Travis CI support; also has
commented-out support for simplecov.
* Template `rspec-travis`: rspec with Travis CI support.
These templates also:
* Use the RDoc documentation format.
* Default to the MIT licence.
* Include support for the :gemspec2, :git, and :doofus plug-ins.
* Provide a Contributing file based on my Contributing files.
* Provides a minimal .gitignore for gems.
== Synopsis
sow -S minitest-travis
sow -S rspec-travis
== Requirements
Hoe
== Install
gem install hoe-templates
:include: Contributing.rdoc
:include: Licence.rdoc