Skip to content

Commit 5b61eaa

Browse files
committed
Adding command to package.json and adding readme
1 parent fdf9dea commit 5b61eaa

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/util/android-build-method.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Command: `util android-build-method`
2+
3+
## Description
4+
5+
Gets and sets the Android build method in export_presets.cfg
6+
7+
## Help Output
8+
9+
```help
10+
USAGE
11+
$ shipthis util android-build-method [-l] [-g]
12+
13+
FLAGS
14+
-g, --gradle use gradle build method
15+
-l, --legacy use legacy build method
16+
17+
DESCRIPTION
18+
Gets and sets the Android build method in export_presets.cfg
19+
20+
EXAMPLES
21+
$ shipthis util android-build-method
22+
23+
$ shipthis util android-build-method --legacy
24+
25+
$ shipthis util android-build-method --gradle
26+
```

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"exports": [
107107
"./dist/utils/help.js",
108108
"./dist/commands/util/glass.js",
109+
"./dist/commands/util/android-build-method.js",
109110
"./dist/commands/apple/apiKey/export.js",
110111
"./dist/commands/apple/apiKey/create.js",
111112
"./dist/commands/apple/apiKey/status.js",

0 commit comments

Comments
 (0)