dangerfile
Dangerfile
🚨 CentralisedCLI
Create a dangerfile and run it. (Installs danger if missing)
npx dangerfile
Create your own CLI using this as a module
Add this bin right next to your dangerfile (dangerfile.js)
#!/usr/bin/env node const dangerfile = ; async try const message = await ; console; catch error console; process; ;
The script prioritises local dangerfile above introduced one, unless 'force' flag was passed
await ;