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.
- Host: GitHub
- URL: https://github.com/danger/dangerfile-gem-template
- Owner: danger
- License: other
- Created: 2016-09-03T15:15:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T19:48:00.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T05:25:12.378Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.