Skip to content

danger/awesome-danger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 

Repository files navigation

awesome-danger


An awesome list of all things Danger

What is Danger?

Danger runs after your CI, automating your team's conventions surrounding code review.

This provides another logical step in your process, through this Danger can help lint your rote tasks in daily code review.

You can use Danger to codify your teams norms, leaving humans to think about harder problems.

Plugins

Ruby (danger)

TypeScript (danger-js)

Swift (danger-swift)

Kotlin (danger-kotlin)

Dangerfiles

Ruby (danger)

TypeScript (danger-js)

Swift (danger-swift)

Peril

What is Peril?

Peril is a tool that takes GitHub webhooks, and makes it easy to build one-off actions. It does this by having a per-account settings JSON, that connects JavaScript files to events from webhooks.

So, for example, you can write a rule which runs when closing an issue in GitHub that looks for associated Jira tickets and resolves them.

Peril provides no implicit actions like that, it instead offers a JavaScript runtime environment optimised to this domain so you can make actions to fit your needs.

Peril Settings Repos

Organizations

Personal