Skip to content

Commit 8126d6f

Browse files
author
Naveen Thurimerla
committed
🔥 dev setup
1 parent 2ef547e commit 8126d6f

10 files changed

+1815
-123
lines changed

.editorconfig

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
[*.{js,ts}]
1+
root = true
2+
3+
[*]
24
indent_style = space
35
indent_size = 2
4-
end_of_line = lf
6+
charset = utf-8
57
trim_trailing_whitespace = true
68
insert_final_newline = true
7-
max_line_length = 130
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GITHUB_ACCESS_TOKEN = ""

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77

88
Gitoxy is a tool that alleviates pain by automating GitHub operations such as configuring GitHub Advanced Security (GHAS) and workflows.
99

10+
1011
![gitoxy](./assets/gitoxy.png)

config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"repos":{
3+
"enable":"ALL"
4+
},
5+
6+
}

0 commit comments

Comments
 (0)