An open API service indexing awesome lists of open source software.

https://github.com/danger/dangerfile-gem-template

A gem template for Dangerfile gems.
https://github.com/danger/dangerfile-gem-template

Last synced: about 2 months ago
JSON representation

A gem template for Dangerfile gems.

Awesome Lists containing this project

README

          

# dangerfile-gem-template

An opinionated template for creating a Dangerfile gem with the following features:

- Git as the source control management system.
- Clean folder structure.
- MIT license.
- Rake as task management tool.

## Usage

$ ./configure dangerfile-foo

It will generate a Dangerfile gem, which will expose a Dangerfile via a `dangerfile-foo` gem.

## Going from there

- Add descriptions to the Gem specification, README and command itself.
- Implement your Dangerfile, documentation is available at http://danger.systems.
- Add Danger plugin dependencies to .gemspec.
- Release the gem with `rake release`.