Skip to content

Commit

Permalink
Infrastructure: Add script for creating GitHub projects (pull #1657)
Browse files Browse the repository at this point in the history
Adds script that facilitates creation of project boards that list every example as a card.
  • Loading branch information
spectranaut committed Jan 19, 2021
1 parent f5bbfcc commit 2e6e052
Show file tree
Hide file tree
Showing 8 changed files with 456 additions and 282 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"env": {
"node": true
},
"parser": "babel-eslint",
"rules": {
"no-console": 0
}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
.vscode/*
!.vscode/extensions.json
.env
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"Nurthen",
"NVDA",
"Obel",
"octokit",
"Oganesson",
"Okinawans",
"onlosecapture",
Expand Down
Loading

0 comments on commit 2e6e052

Please sign in to comment.