UNPKG

1.76 kBSource Map (JSON)View Raw
1{"version":3,"sources":["../../../src/commands/init/index.ts"],"names":["func","init","detached","name","description","options"],"mappings":";;;;;;;AAAA;;;;eAEe;AACbA,EAAAA,IAAI,EAAEC,aADO;AAEbC,EAAAA,QAAQ,EAAE,IAFG;AAGbC,EAAAA,IAAI,EAAE,oBAHO;AAIbC,EAAAA,WAAW,EACT,4FALW;AAMbC,EAAAA,OAAO,EAAE,CACP;AACEF,IAAAA,IAAI,EAAE,oBADR;AAEEC,IAAAA,WAAW,EAAE;AAFf,GADO,EAKP;AACED,IAAAA,IAAI,EAAE,qBADR;AAEEC,IAAAA,WAAW,EACT;AAHJ,GALO,EAUP;AACED,IAAAA,IAAI,EAAE,OADR;AAEEC,IAAAA,WAAW,EAAE;AAFf,GAVO,EAcP;AACED,IAAAA,IAAI,EAAE,sBADR;AAEEC,IAAAA,WAAW,EAAE;AAFf,GAdO,EAkBP;AACED,IAAAA,IAAI,EAAE,kBADR;AAEEC,IAAAA,WAAW,EAAE;AAFf,GAlBO,EAsBP;AACED,IAAAA,IAAI,EAAE,gBADR;AAEEC,IAAAA,WAAW,EAAE;AAFf,GAtBO;AANI,C","sourcesContent":["import init from './init';\n\nexport default {\n func: init,\n detached: true,\n name: 'init <projectName>',\n description:\n 'Initialize a new React Native project named <projectName> in a directory of the same name.',\n options: [\n {\n name: '--version <string>',\n description: 'Shortcut for `--template react-native@version`',\n },\n {\n name: '--template <string>',\n description:\n 'Uses a custom template. Valid arguments are the ones supported by `yarn add [package]` or `npm install [package]`, if you are using `--npm` option',\n },\n {\n name: '--npm',\n description: 'Forces using npm for initialization',\n },\n {\n name: '--directory <string>',\n description: 'Uses a custom directory instead of `<projectName>`.',\n },\n {\n name: '--title <string>',\n description: 'Uses a custom app title name for application',\n },\n {\n name: '--skip-install',\n description: 'Skips dependencies installation step',\n },\n ],\n};\n"]}
\No newline at end of file