This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Icon by [Elias](https://macosicons.com/#/u/Elias) | |
curl -Lo jira.icns https://media.macosicons.com/parse/files/macOSicons/58921463ceb5ae244469378f1dc9ca1f_Jira_Cloud.icns | |
// macOS | |
nativefier https://canvadev.atlassian.net/jira/software/c/projects/VAI/boards/1295 --icon jira.icns --name "Jira" --single-instance --internal-urls ".*?(canvadev\.atlassian\.net|www.google.com\/a\/canva.com\/acs|accounts.google.com|id.atlassian.com/login|safetysync.atlassian.net).*?" --inject jira.css --title-bar-style="hiddenInset" | |
// Windows | |
nativefier https://canvadev.atlassian.net/jira/software/c/projects/VAI/boards/1295 --icon jira.icns --name "Jira" --single-instance --internal-urls ".*?(canvadev\.atlassian\.net|www.google.com\/a\/canva.com\/acs|accounts.google.com|id.atlassian.com/login|safetysync.atlassian.net).*?" --inject jira.css --platform="windows" | |
// Linux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Adds a team to all the repos in a Github organization. This is a tedious | |
* process in the UI. | |
* | |
* Instructions: | |
* | |
* 1. Copy this file somewhere on your computer, e.g. ~/addteamrepos.js | |
* 2. Fill in the uppercase variables below with the right values | |
* 3. Run this file: `$ node ~/addteamrepos.js` | |
*/ |