Skip to content

A gem template for Dangerfile gems.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
GEM_LICENSE.txt
Notifications You must be signed in to change notification settings

danger/dangerfile-gem-template

Repository files navigation

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.

About

A gem template for Dangerfile gems.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
GEM_LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages