@@ -38,24 +38,24 @@ ${emoji.get('arrow_right')} To get started type \`cd ./${name}\``);
38
38
} ) ;
39
39
} ,
40
40
options : [ {
41
- command : '--prefix < prefix> ' ,
41
+ command : '--prefix [ prefix] ' ,
42
42
description : 'The prefix for the library (Default: `RN`)' ,
43
43
default : 'RN' ,
44
44
} , {
45
45
command : '--override-prefix' ,
46
46
description : 'Overrides the prefix check and allows the name to begin with uppercase characters' ,
47
47
} , {
48
- command : '--module-prefix < modulePrefix> ' ,
48
+ command : '--module-prefix [ modulePrefix] ' ,
49
49
description : 'The module prefix for the library (Default: `react-native`)' ,
50
50
default : 'react-native' ,
51
51
} , {
52
- command : '--package-identifier < packageIdentifier> ' ,
52
+ command : '--package-identifier [ packageIdentifier] ' ,
53
53
description : '(Android only!) The package name for the Android module (Default: `com.reactlibrary`)' ,
54
54
default : 'com.reactlibrary' ,
55
55
} , {
56
- command : '--namespace < namespace> ' ,
56
+ command : '--namespace [ namespace] ' ,
57
57
description : '(Windows only!) The namespace for the Windows module\n' +
58
- ' (Default: The name as PascalCase)' ,
58
+ ' (Default: The name as PascalCase)'
59
59
} , {
60
60
command : '--platforms <platforms>' ,
61
61
description : 'Platforms the library will be created for. (comma separated; default: `ios,android,windows`)' ,
0 commit comments