create-soldev-app
v0.1.13
Published
Codebase generator for Telkomsel
Downloads
28
Readme
create-soldev-app
Codebase generator for Telkomsel
Usage
$ npm install -g create-soldev-app
$ create-soldev-app COMMAND
running command...
$ create-soldev-app (--version)
create-soldev-app/0.1.13 darwin-arm64 node-v20.14.0
$ create-soldev-app --help [COMMAND]
USAGE
$ create-soldev-app COMMAND
...
Commands
create-soldev-app help [COMMAND]
create-soldev-app init [NAME]
create-soldev-app list
create-soldev-app version
create-soldev-app help [COMMAND]
Display help for create-soldev-app.
USAGE
$ create-soldev-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-app.
See code: @oclif/plugin-help
create-soldev-app init [NAME]
Create a new Telkomsel Codebase project with Soldev CLI
USAGE
$ create-soldev-app init [NAME] [-f nextjs|[email protected]] [-i] [-p]
ARGUMENTS
NAME Name of the project
FLAGS
-f, --framework=<option> Framework to use (example: nodejs)
<options: nextjs|[email protected]>
-i, --interactive interactive mode
-p, --npm Install dependencies
DESCRIPTION
Create a new Telkomsel Codebase project with Soldev CLI
See code: src/commands/init.ts
create-soldev-app list
list template versions from repository
USAGE
$ create-soldev-app list
DESCRIPTION
list template versions from repository
EXAMPLES
$ create-soldev-app list
See code: src/commands/list.ts
create-soldev-app version
USAGE
$ create-soldev-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