create-soldev-react-native-app
v0.1.5
Published
Codebase builder for telkomsel react-native app
Downloads
9
Readme
create-soldev-angular-app
Codebase builder for telkomsel angular app
Usage
$ npm install -g create-soldev-react-native-app
$ create-soldev-react-native-app COMMAND
running command...
$ create-soldev-react-native-app (--version)
create-soldev-react-native-app/0.1.5 linux-x64 node-v20.16.0
$ create-soldev-react-native-app --help [COMMAND]
USAGE
$ create-soldev-react-native-app COMMAND
...
Commands
create-soldev-react-native-app help [COMMAND]
create-soldev-react-native-app init NAME [PATH]
create-soldev-react-native-app list
create-soldev-react-native-app version
create-soldev-react-native-app help [COMMAND]
Display help for create-soldev-react-native-app.
USAGE
$ create-soldev-react-native-app help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for create-soldev-react-native-app.
See code: @oclif/plugin-help
create-soldev-react-native-app init NAME [PATH]
Initialize a new React Native project
USAGE
$ create-soldev-react-native-app init NAME [PATH] [-p]
ARGUMENTS
NAME Name of the project
PATH [default: .] path to create the project in
FLAGS
-p, --npm Install dependencies
DESCRIPTION
Initialize a new React Native project
See code: src/commands/init.ts
create-soldev-react-native-app list
list template versions from repository
USAGE
$ create-soldev-react-native-app list
DESCRIPTION
list template versions from repository
EXAMPLES
$ create-soldev-react-native-app list
See code: src/commands/list.ts
create-soldev-react-native-app version
USAGE
$ create-soldev-react-native-app version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version