We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89c4fe commit 51fc894Copy full SHA for 51fc894
local-cli/rnpm/windows/index.js
@@ -1,12 +1,12 @@
1
-module.exports = [{
+module.exports = {
2
func: require('./src/windows'),
3
description: 'Generate React Native Windows template project',
4
name: 'windows [name]',
5
options: [{
6
- flags: '--windowsVersion <version>',
+ command: '--windowsVersion [version]',
7
description: 'The version of react-native-windows to use.'
8
}, {
9
- flags: '--namespace <namespace>',
+ command: '--namespace [namespace]',
10
description: 'The native project namespace.'
11
}]
12
-}];
+};
local-cli/rnpm/windows/package.json
@@ -1,6 +1,6 @@
{
"name": "rnpm-plugin-windows",
- "version": "0.1.1",
+ "version": "0.2.0-rc.0",
"description": "rnpm plugin that generates a Windows template project",
"main": "index.js",
"scripts": {
0 commit comments