https://github.com/reswift/reswift-peril
ReSwift's peril settings
https://github.com/reswift/reswift-peril
Last synced: about 1 year ago
JSON representation
ReSwift's peril settings
- Host: GitHub
- URL: https://github.com/reswift/reswift-peril
- Owner: ReSwift
- License: mit
- Created: 2018-04-26T02:51:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T19:32:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T17:47:18.021Z (over 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Danger Peril Settings
### What is this project?
This is the configuration repo for Peril on the ReSwift org. There is a [settings file](peril.settings.json) and org-wide dangerfiles which are inside the [org folder](org).
Here's some links to the key things
* [Peril](https://github.com/danger/peril)
* [Danger JS](http://danger.systems/js/)
* [Peril for Orgs](https://github.com/danger/peril/blob/master/docs/setup_for_org.md)
* [Peril on the Danger Heroku team](https://dashboard.heroku.com/apps/peril-danger-staging)
### To Develop
```sh
git clone https://github.com/ReSwift/reswift-peril.git
cd reswift-peril
yarn install
code .
```
You will need node and yarn installed beforehand. You can get them both by running `brew install yarn`. This will give you auto-completion and types for Danger/Peril mainly.